Skip to content

Commit e77cfde

Browse files
committed
Ignore tests using window_handles on Marionette due to a bug in GeckoDriver
1 parent 07818b6 commit e77cfde

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

py/test/selenium/webdriver/common/window_switching_tests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424

2525
class WindowSwitchingTests(unittest.TestCase):
2626

27+
@pytest.mark.ignore_marionette
2728
def testShouldSwitchFocusToANewWindowWhenItIsOpenedAndNotStopFutureOperations(self):
2829
self._loadPage("xhtmlTest")
2930
current = self.driver.current_window_handle

0 commit comments

Comments
 (0)