Skip to content

Commit 63b5482

Browse files
committed
[DWDS] Skip frontend_server_ddc_and_canary_evaluate_test.dart
1 parent 67622ab commit 63b5482

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

dwds/test/frontend_server_ddc_and_canary_evaluate_test.dart

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
@Timeout(Duration(minutes: 5))
88
library;
99

10-
import 'dart:io';
11-
1210
import 'package:dwds/expression_compiler.dart';
1311
import 'package:test/test.dart';
1412
import 'package:test_common/test_sdk_configuration.dart';
@@ -43,8 +41,11 @@ void main() async {
4341
debug: debug,
4442
);
4543
},
46-
// https://github.com/dart-lang/sdk/issues/49277
47-
skip: indexBaseMode == IndexBaseMode.base && Platform.isWindows,
44+
// TODO(#2488): Restore the skip argument below, related to
45+
// https://github.com/dart-lang/sdk/issues/49277, once
46+
// https://github.com/dart-lang/webdev/issues/2488 is resolved.
47+
// skip: indexBaseMode == IndexBaseMode.base && Platform.isWindows,
48+
skip: 'https://github.com/dart-lang/webdev/issues/2488',
4849
);
4950
}
5051
});

0 commit comments

Comments
 (0)