Index: tests/html/xhr_test.dart |
diff --git a/tests/html/xhr_test.dart b/tests/html/xhr_test.dart |
index 67faa55fd5f25974a119af320162292b316c9c99..856068f39107b181874995b1da2b0bb83172f1a1 100644 |
--- a/tests/html/xhr_test.dart |
+++ b/tests/html/xhr_test.dart |
@@ -166,9 +166,9 @@ main() { |
}); |
}); |
+ // TODO(antonm): enable again. |
+ if (false) |
group('xhr_requestBlob', () { |
- // TODO(antonm): enable again. |
- if (false) |
test('XHR.request responseType blob', () { |
if (ArrayBuffer.supported) { |
return HttpRequest.request(url, responseType: 'blob').then( |