Skip to content
This repository has been archived by the owner on May 22, 2018. It is now read-only.

Commit

Permalink
Disable log tests in Marionette
Browse files Browse the repository at this point in the history
  • Loading branch information
AutomatedTester committed Jan 12, 2016
1 parent 14154df commit 5a8a3de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions py/test/selenium/webdriver/common/api_example_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,10 +270,12 @@ def testChangeWindowSize(self):
self.assertEquals(size['width'], newSize[0])
self.assertEquals(size['height'], newSize[1])

@pytest.mark.ignore_marionette
def testGetLogTypes(self):
self._loadPage("blank")
self.assertTrue(isinstance(self.driver.log_types, list))

@pytest.mark.ignore_marionette
def testGetLog(self):
self._loadPage("blank")
for log_type in self.driver.log_types:
Expand Down

0 comments on commit 5a8a3de

Please sign in to comment.