File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 77@Timeout (Duration (minutes: 5 ))
88library ;
99
10+ import 'dart:io' ;
11+
1012import 'package:dwds/expression_compiler.dart' ;
1113import 'package:test/test.dart' ;
1214import 'package:test_common/test_sdk_configuration.dart' ;
@@ -41,10 +43,9 @@ void main() async {
4143 debug: debug,
4244 );
4345 },
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,
46+ skip: indexBaseMode == IndexBaseMode .base && Platform .isWindows
47+ ? 'Skipped on Windows when indexBaseMode is base. See issue: https://github.com/dart-lang/sdk/issues/49277'
48+ : null ,
4849 );
4950 }
5051 });
You can’t perform that action at this time.
0 commit comments