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 7ede49f commit e5feb97Copy full SHA for e5feb97
py/BUILD.bazel
@@ -520,11 +520,13 @@ py_test_suite(
520
py_test_suite(
521
name = "test-firefox",
522
size = "large",
523
- srcs = glob([
524
- "test/selenium/webdriver/marionette/**/*.py",
525
- "test/selenium/webdriver/firefox/**/*.py",
526
- ],
527
- exclude = ["test/selenium/webdriver/common/devtools_tests.py"]),
+ srcs = glob(
+ [
+ "test/selenium/webdriver/marionette/**/*.py",
+ "test/selenium/webdriver/firefox/**/*.py",
+ ],
528
+ exclude = ["test/selenium/webdriver/common/devtools_tests.py"],
529
+ ),
530
args = [
531
"--instafail",
532
] + BROWSERS["firefox"]["args"],
0 commit comments