| Index: pkg/polymer/test/run_all.dart
|
| diff --git a/pkg/polymer/test/run_all.dart b/pkg/polymer/test/run_all.dart
|
| index 5f1f5dfe169c28a189fc5b7515017b0c7e4a19d4..d11f47572d227aad83552ffceb6802023bcef3d7 100644
|
| --- a/pkg/polymer/test/run_all.dart
|
| +++ b/pkg/polymer/test/run_all.dart
|
| @@ -52,8 +52,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 args]) {
|
|
|