Skip to content

Commit ab25b55

Browse files
authored
skipping failing test (#2008)
1 parent 8b73e68 commit ab25b55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/sse/test/sse_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ void main() {
171171

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

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

0 commit comments

Comments
 (0)