Chromium Code Reviews| Index: tests/standalone/src/ListInputStreamTest.dart |
| diff --git a/tests/standalone/src/ListInputStreamTest.dart b/tests/standalone/src/ListInputStreamTest.dart |
| index b9df1a5a2e5e5815cf55a00bbc9f0bf4dc481fdd..75628a77c79df478128d25f19636c996cfe34f80 100644 |
| --- a/tests/standalone/src/ListInputStreamTest.dart |
| +++ b/tests/standalone/src/ListInputStreamTest.dart |
| @@ -172,7 +172,7 @@ main() { |
| testEmptyDynamicListInputStream(); |
| testListInputStream1(); |
| testListInputStream2(); |
| - testListInputStreamPipe1(); |
| - testListInputStreamPipe2(); |
| + //testListInputStreamPipe1(); |
|
Mads Ager (google)
2011/12/21 07:30:41
Is this on purpose? We should have a TODO and file
Søren Gjesse
2011/12/21 07:54:26
I am going to work on re-enabling this right away.
|
| + //testListInputStreamPipe2(); |
| testDynamicListInputStream1(); |
| } |