From f06f568fa1e1c83e67cda43cd067191390e1c29f Mon Sep 17 00:00:00 2001 From: James Graham Date: Tue, 5 Sep 2017 21:45:30 +0100 Subject: [PATCH] Bug 1397218,1397219 - Disable unstable WebDriver tests, a=testonly MozReview-Commit-ID: L2fcQmrWrql --- .../tests/contexts/resizing_and_positioning.py.ini | 6 ++++++ .../meta/webdriver/tests/element_click/select.py.ini | 4 ++++ 2 files changed, 10 insertions(+) create mode 100644 testing/web-platform/meta/webdriver/tests/contexts/resizing_and_positioning.py.ini create mode 100644 testing/web-platform/meta/webdriver/tests/element_click/select.py.ini diff --git a/testing/web-platform/meta/webdriver/tests/contexts/resizing_and_positioning.py.ini b/testing/web-platform/meta/webdriver/tests/contexts/resizing_and_positioning.py.ini new file mode 100644 index 000000000000..955daa1d929d --- /dev/null +++ b/testing/web-platform/meta/webdriver/tests/contexts/resizing_and_positioning.py.ini @@ -0,0 +1,6 @@ +[resizing_and_positioning.py] + type: wdspec + [resizing_and_positioning.py::test_window_resize] + disabled: + if not debug: https://bugzilla.mozilla.org/show_bug.cgi?id=1397218 + diff --git a/testing/web-platform/meta/webdriver/tests/element_click/select.py.ini b/testing/web-platform/meta/webdriver/tests/element_click/select.py.ini new file mode 100644 index 000000000000..93c586a6f6ce --- /dev/null +++ b/testing/web-platform/meta/webdriver/tests/element_click/select.py.ini @@ -0,0 +1,4 @@ +[select.py] + type: wdspec + disabled: + if debug: https://bugzilla.mozilla.org/show_bug.cgi?id=1397219 \ No newline at end of file