Skip to content

Commit dcd163d

Browse files
committed
Disabled firefox test instance.
1 parent 5e730de commit dcd163d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/web/vitest.config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ const config: UserConfigExport = {
4646
instances: [
4747
{
4848
browser: 'chromium'
49-
},
50-
{
51-
browser: 'firefox'
5249
}
50+
// {
51+
// browser: 'firefox'
52+
// }
5353
// This requires some additional work to get all tests passing
5454
// {
5555
// browser: 'webkit'

0 commit comments

Comments
 (0)