Skip to content
This repository has been archived by the owner on Aug 12, 2021. It is now read-only.

Commit

Permalink
Disable appcache tests for Marionette
Browse files Browse the repository at this point in the history
  • Loading branch information
AutomatedTester committed Jan 12, 2016
1 parent 55c6e62 commit 68bff35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions py/test/selenium/webdriver/common/appcache_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
class AppCacheTests(unittest.TestCase):

@pytest.mark.ignore_firefox
@pytest.mark.ignore_marionette
def testWeCanGetTheStatusOfTheAppCache(self):
if self.driver.capabilities['browserName'] == 'phantomjs':
pytest.xfail("phantomjs driver does not implement appcache")
Expand Down

0 comments on commit 68bff35

Please sign in to comment.