Skip to content

Commit

Permalink
Disable tests on py3
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraham authored and moz-wptsync-bot committed Sep 18, 2019
1 parent 77de858 commit 4534f63
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/wptrunner/wptrunner/tests/test_update.py
Expand Up @@ -624,6 +624,8 @@ def test_update_intermittent_full():
"expected", default_run_info) == "FAIL"


@pytest.mark.xfail(sys.version[0] == "3",
reason="metadata doesn't support py3")
def test_update_intermittent_full_remove():
tests = [("path/to/test.htm", [test_id], "testharness",
"""[test.htm]
Expand Down Expand Up @@ -713,6 +715,8 @@ def test_full_update():
"expected", default_run_info) == "FAIL"


@pytest.mark.xfail(sys.version[0] == "3",
reason="metadata doesn't support py3")
def test_update_reorder_expected_full_conditions():
tests = [("path/to/test.htm", [test_id], "testharness",
"""[test.htm]
Expand Down

0 comments on commit 4534f63

Please sign in to comment.