Skip to content

Commit

Permalink
wasm: Disable failing selenium test temporarily
Browse files Browse the repository at this point in the history
Task-number: QTBUG-123942
Change-Id: I89ee1ce70fba69c9b2d6109669186a06a92da039
Reviewed-by: Even Oscar Andersen <[email protected]>
Reviewed-by: Tor Arne Vestbø <[email protected]>
  • Loading branch information
Piotr Wiercinski committed Apr 3, 2024
1 parent 229cadb commit b058a9c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/auto/wasm/selenium/qwasmwindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,8 @@ def test_multitouch_window_move(self):
self.assertEqual(windows[1].rect, Rect(x=380, y=420, width=100, height=100))
self.assertEqual(windows[2].rect, Rect(x=70, y=380, width=100, height=100))

#TODO FIX IN CI
@unittest.skip('Skip temporarily')
def test_multitouch_window_resize(self):
screen = Screen(self._driver, ScreenPosition.FIXED,
x=0, y=0, width=800, height=800)
Expand Down

0 comments on commit b058a9c

Please sign in to comment.