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 bdfc572 commit 15d44f3Copy full SHA for 15d44f3
packages/auth/test/integration/webdriver/util/test_runner.ts
@@ -36,7 +36,7 @@ interface TempSuite {
36
}
37
38
/** The browsers that these tests will run in */
39
-const BROWSERS = ['chrome', 'firefox'];
+const BROWSERS = ['chrome', /* 'firefox' */]; // TODO(b/198792664): Investigate Firefox timeout issues
40
41
/** One single AuthDriver instance to control everything */
42
const DRIVER = new AuthDriver();
0 commit comments