Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion dwds/test/chrome_proxy_service_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1041,7 +1041,9 @@ void main() {

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

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