We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b643907 commit 7416956Copy full SHA for 7416956
dwds/test/chrome_proxy_service_test.dart
@@ -1041,7 +1041,9 @@ void main() {
1041
1042
test('throws if not paused', () async {
1043
await expectLater(service.getStack(isolateId!), throwsRPCError);
1044
- });
+ },
1045
+ skip: Platform
1046
+ .isWindows); // Issue: https://github.com/dart-lang/webdev/issues/1749
1047
1048
/// Support function for pausing and returning the stack at a line.
1049
Future<Stack> breakAt(String breakpointId, {int? limit}) async {
0 commit comments