Skip to content

Commit 7416956

Browse files
author
Anna Gringauze
authored
Disable flaky tests on windows (#1751)
* Disable failing tests * Disable flaky test on windows
1 parent b643907 commit 7416956

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dwds/test/chrome_proxy_service_test.dart

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1041,7 +1041,9 @@ void main() {
10411041

10421042
test('throws if not paused', () async {
10431043
await expectLater(service.getStack(isolateId!), throwsRPCError);
1044-
});
1044+
},
1045+
skip: Platform
1046+
.isWindows); // Issue: https://github.com/dart-lang/webdev/issues/1749
10451047

10461048
/// Support function for pausing and returning the stack at a line.
10471049
Future<Stack> breakAt(String breakpointId, {int? limit}) async {

0 commit comments

Comments
 (0)