Skip to content

Commit

Permalink
[py] Ignoring remote tests that are already ignored locally
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Sep 25, 2019
1 parent c746d7a commit 5d219b8
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 @@ -286,12 +286,14 @@ def testChangeWindowSize(driver, pages):


@pytest.mark.xfail_marionette(raises=WebDriverException)
@pytest.mark.xfail_remote
def testGetLogTypes(driver, pages):
pages.load("blank.html")
assert isinstance(driver.log_types, list)


@pytest.mark.xfail_marionette(raises=WebDriverException)
@pytest.mark.xfail_remote
def testGetLog(driver, pages):
pages.load("blank.html")
for log_type in driver.log_types:
Expand Down

0 comments on commit 5d219b8

Please sign in to comment.