From 7b681c84b0970a6d54c11eededf6f93eed8b8782 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Tue, 14 Nov 2017 12:32:12 +0100 Subject: Remove QtCore::static_protected_methods_test The test calls QThread::sleep(), which was static protected in Qt 4, but is public in Qt 5. In addition, the test is flaky on macOS. Task-number: PYSIDE-431 Change-Id: Ie0faae785cda61937b3f20290f1dccbcb20bffda Reviewed-by: Alexandru Croitor --- sources/pyside2/tests/QtCore/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'sources/pyside2/tests/QtCore/CMakeLists.txt') diff --git a/sources/pyside2/tests/QtCore/CMakeLists.txt b/sources/pyside2/tests/QtCore/CMakeLists.txt index 0a3fda0bb..9e66ebc0a 100644 --- a/sources/pyside2/tests/QtCore/CMakeLists.txt +++ b/sources/pyside2/tests/QtCore/CMakeLists.txt @@ -109,7 +109,6 @@ PYSIDE_TEST(repr_test.py) PYSIDE_TEST(setprop_on_ctor_test.py) PYSIDE_TEST(staticMetaObject_test.py) PYSIDE_TEST(static_method_test.py) -PYSIDE_TEST(static_protected_methods_test.py) PYSIDE_TEST(thread_signals_test.py) PYSIDE_TEST(tr_noop_test.py) PYSIDE_TEST(translation_test.py) -- cgit v1.2.3