Skip to content

Commit 8f937ff

Browse files
committed
[DWDS] Skip frontend_server_ddc_and_canary_evaluate_test.dart
1 parent 67622ab commit 8f937ff

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

dwds/test/frontend_server_ddc_and_canary_evaluate_test.dart

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,11 @@ void main() async {
4343
debug: debug,
4444
);
4545
},
46-
// https://github.com/dart-lang/sdk/issues/49277
47-
skip: indexBaseMode == IndexBaseMode.base && Platform.isWindows,
46+
// TODO(#2488): Restore the skip argument below, related to
47+
// https://github.com/dart-lang/sdk/issues/49277, once
48+
// https://github.com/dart-lang/webdev/issues/2488 is resolved.
49+
// skip: indexBaseMode == IndexBaseMode.base && Platform.isWindows,
50+
skip: 'https://github.com/dart-lang/webdev/issues/2488',
4851
);
4952
}
5053
});

0 commit comments

Comments
 (0)