Skip to content

Commit

Permalink
Avoid running the Marionette specific tests against FirefoxDriver
Browse files Browse the repository at this point in the history
  • Loading branch information
davehunt committed Jun 8, 2016
1 parent 316f2eb commit 6f7a4ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/build.desc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

py_test(
name = "firefox_test",
ff_specific_tests = [ "test/selenium/webdriver/firefox/*_tests.py" ],
ff_specific_tests = [ "test/selenium/webdriver/firefox/ff_*_tests.py" ],
deps = [ ":test_ff" ],
resources = [
{ "//javascript/firefox-driver:webdriver_prefs" : "selenium/webdriver/firefox/webdriver_prefs.json" },
Expand Down

0 comments on commit 6f7a4ab

Please sign in to comment.