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 7
7
@Timeout (Duration (minutes: 5 ))
8
8
library ;
9
9
10
- import 'dart:io' ;
11
-
12
10
import 'package:dwds/expression_compiler.dart' ;
13
11
import 'package:test/test.dart' ;
14
12
import 'package:test_common/test_sdk_configuration.dart' ;
@@ -43,8 +41,11 @@ void main() async {
43
41
debug: debug,
44
42
);
45
43
},
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' ,
48
49
);
49
50
}
50
51
});
You can’t perform that action at this time.
0 commit comments