Skip to content

Commit 9fd6986

Browse files
authored
test: skip debug-controller tests in driver mode (#37090)
1 parent 4c2f44d commit 9fd6986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/library/debug-controller.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ const test = baseTest.extend<Fixtures>({
7474
});
7575

7676
test.slow(true, 'All controller tests are slow');
77-
test.skip(({ mode }) => mode.startsWith('service'));
77+
test.skip(({ mode }) => mode.startsWith('service') || mode === 'driver');
7878

7979
test('should pick element', async ({ backend, connectedBrowser }) => {
8080
const events = [];

0 commit comments

Comments
 (0)