Skip to content

Commit 1bfc336

Browse files
committed
Disable Firefox in webdriver tests
1 parent d77adb1 commit 1bfc336

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/auth/test/integration/webdriver/util/test_runner.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ interface TempSuite {
3636
}
3737

3838
/** The browsers that these tests will run in */
39-
const BROWSERS = ['chrome', 'firefox'];
39+
const BROWSERS = ['chrome', /* 'firefox' */]; // TODO(sam-gc): Investigate Firefox timeout issues
4040

4141
/** One single AuthDriver instance to control everything */
4242
const DRIVER = new AuthDriver();

0 commit comments

Comments
 (0)