summaryrefslogtreecommitdiffstats
path: root/tests/auto/wasm
diff options
context:
space:
mode:
authorPiotr Wiercinski <piotr.wiercinski@qt.io>2024-04-03 09:51:34 +0200
committerPiotr Wiercinski <piotr.wiercinski@qt.io>2024-04-03 10:11:09 +0200
commitb058a9c7129e78df4c900fe6484384bd2a0d6566 (patch)
tree72717ebb4f2ced65d64213240c7789e0884b25b1 /tests/auto/wasm
parent229cadb7a36694b7ab639047dceb73cf2dfce858 (diff)
wasm: Disable failing selenium test temporarily
Task-number: QTBUG-123942 Change-Id: I89ee1ce70fba69c9b2d6109669186a06a92da039 Reviewed-by: Even Oscar Andersen <even.oscar.andersen@qt.io> Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
Diffstat (limited to 'tests/auto/wasm')
-rw-r--r--tests/auto/wasm/selenium/qwasmwindow.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/wasm/selenium/qwasmwindow.py b/tests/auto/wasm/selenium/qwasmwindow.py
index dbec21f61a..260e9d2d24 100644
--- a/tests/auto/wasm/selenium/qwasmwindow.py
+++ b/tests/auto/wasm/selenium/qwasmwindow.py
@@ -174,6 +174,8 @@ class WidgetTestCase(unittest.TestCase):
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)