| Index: tests/html/xhr_test.dart
|
| diff --git a/tests/html/xhr_test.dart b/tests/html/xhr_test.dart
|
| index 6214581348fa2f52c81539eae33689163c6e5af5..67faa55fd5f25974a119af320162292b316c9c99 100644
|
| --- a/tests/html/xhr_test.dart
|
| +++ b/tests/html/xhr_test.dart
|
| @@ -142,6 +142,8 @@ main() {
|
| }));
|
| });
|
|
|
| + // TODO(antonm): enable again.
|
| + if (false)
|
| test('XHR.request responseType arraybuffer', () {
|
| if (ArrayBuffer.supported) {
|
| HttpRequest.request(url, responseType: 'arraybuffer').then(
|
| @@ -165,6 +167,8 @@ main() {
|
| });
|
|
|
| group('xhr_requestBlob', () {
|
| + // TODO(antonm): enable again.
|
| + if (false)
|
| test('XHR.request responseType blob', () {
|
| if (ArrayBuffer.supported) {
|
| return HttpRequest.request(url, responseType: 'blob').then(
|
|
|