We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c2f44d commit 9fd6986Copy full SHA for 9fd6986
tests/library/debug-controller.spec.ts
@@ -74,7 +74,7 @@ const test = baseTest.extend<Fixtures>({
74
});
75
76
test.slow(true, 'All controller tests are slow');
77
-test.skip(({ mode }) => mode.startsWith('service'));
+test.skip(({ mode }) => mode.startsWith('service') || mode === 'driver');
78
79
test('should pick element', async ({ backend, connectedBrowser }) => {
80
const events = [];
0 commit comments