tags 1102308 patch
thanks

Proposed patch. I've actually tested and it works for me. Thanks.
From: Santiago Vila <[email protected]>
Subject: Disable flaky tests
Bug-Debian: https://bugs.debian.org/1102308

--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -95,3 +95,6 @@
 	tst_input_common.cpp
 	${CMAKE_SOURCE_DIR}/src/gui/input.cpp
 	${CMAKE_SOURCE_DIR}/src/gui/input_win32.cpp)
+
+# Flaky tests - disabled until they are fixed
+set_tests_properties(tst_shell tst_qsettings PROPERTIES DISABLED TRUE)

Reply via email to