Chromium Code Reviews| Index: tests/html/node_test.dart |
| diff --git a/tests/html/node_test.dart b/tests/html/node_test.dart |
| index df1dbdda5ddf2e44f08f3441ff0e52ca48a3b49e..13cf7313297ba4af15037fcfb1a7e96bc72e1554 100644 |
| --- a/tests/html/node_test.dart |
| +++ b/tests/html/node_test.dart |
| @@ -27,6 +27,7 @@ main() { |
| Expect.isTrue(node.nodes[2] is Comment); |
| }); |
| + if (false) // TODO(antonm): fix it. |
| test('remove', () { |
| final node = makeNodeWithChildren(); |
| final subnode = node.nodes[1]; |