Skip to content

Commit c0eb106

Browse files
authored
Disable tests using webdriver (#2115)
1 parent a16bc9f commit c0eb106

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

dwds/test/debug_extension_test.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
@Timeout(Duration(minutes: 2))
99
@OnPlatform({
1010
'windows': Skip('https://github.com/dart-lang/webdev/issues/711'),
11+
'linux': Skip('https://github.com/dart-lang/webdev/issues/2114'),
1112
})
1213

1314
import 'package:dwds/src/connections/debug_connection.dart';

dwds/test/devtools_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ void main() {
184184
// extension tests on Windows.
185185
},
186186
tags: ['extension'],
187-
skip: Platform.isWindows,
187+
skip: 'https://github.com/dart-lang/webdev/issues/2114',
188188
);
189189
}
190190

0 commit comments

Comments
 (0)