| Index: pkg/polymer/test/run_all.dart
|
| diff --git a/pkg/polymer/test/run_all.dart b/pkg/polymer/test/run_all.dart
|
| index cc666ed51e553d71b505f7a779ce5a63979b9d65..cd63a8b1c9cb3d83d419dec08b53aa30fa10da7f 100644
|
| --- a/pkg/polymer/test/run_all.dart
|
| +++ b/pkg/polymer/test/run_all.dart
|
| @@ -51,8 +51,6 @@ main() {
|
| // TODO(jmesserly): figure out why this fails in content_shell but works in
|
| // Dartium and Firefox when using the ShadowDOM polyfill.
|
| exampleTest('../example/component/news', ['--no-shadowdom']..addAll(args));
|
| -
|
| - exampleTest('../../../samples/third_party/todomvc');
|
| }
|
|
|
| void exampleTest(String path, [List<String> args]) {
|
|
|