Skip to content

Commit

Permalink
skipping failing test (#2008)
Browse files Browse the repository at this point in the history
  • Loading branch information
jyameo authored Jan 28, 2025
1 parent 8b73e68 commit ab25b55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/sse/test/sse_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ void main() {

await webdriver.get('chrome://version/');
expect(handler.numberOfClients, 0);
});
}, skip: 'https://github.com/dart-lang/tools/issues/2006');
});

group('SSE with server keep-alive', () {
Expand Down

0 comments on commit ab25b55

Please sign in to comment.