Skip to content

Commit 15d44f3

Browse files
authored
[Auth] Disable Firefox in webdriver tests (#5438)
* Disable Firefox in webdriver tests * PR feedback
1 parent bdfc572 commit 15d44f3

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(b/198792664): Investigate Firefox timeout issues
4040

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

0 commit comments

Comments
 (0)