Skip to content

Commit 6f7a4ab

Browse files
committed
Avoid running the Marionette specific tests against FirefoxDriver
1 parent 316f2eb commit 6f7a4ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/build.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
py_test(
1212
name = "firefox_test",
13-
ff_specific_tests = [ "test/selenium/webdriver/firefox/*_tests.py" ],
13+
ff_specific_tests = [ "test/selenium/webdriver/firefox/ff_*_tests.py" ],
1414
deps = [ ":test_ff" ],
1515
resources = [
1616
{ "//javascript/firefox-driver:webdriver_prefs" : "selenium/webdriver/firefox/webdriver_prefs.json" },

0 commit comments

Comments
 (0)