Skip to content

Commit 134c056

Browse files
committed
chore(e2e): disable firefox tests for now
1 parent ac30e00 commit 134c056

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

playwright.config.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ export default defineConfig({
4141
use: { ...devices['Desktop Chrome'] },
4242
},
4343

44-
{
45-
name: 'firefox',
46-
use: { ...devices['Desktop Firefox'] },
47-
},
44+
// {
45+
// name: 'firefox',
46+
// use: { ...devices['Desktop Firefox'] },
47+
// },
4848

4949
// {
5050
// name: 'webkit',

0 commit comments

Comments
 (0)