aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/auto/controls/data/tst_combobox.qml6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/auto/controls/data/tst_combobox.qml b/tests/auto/controls/data/tst_combobox.qml
index 7d65b698..e8f76e84 100644
--- a/tests/auto/controls/data/tst_combobox.qml
+++ b/tests/auto/controls/data/tst_combobox.qml
@@ -145,8 +145,6 @@ TestCase {
}
function test_objects() {
- skip("Temporarily skipping test failures that result from QTBUG-74919")
-
var control = createTemporaryObject(emptyBox, testCase)
verify(control)
@@ -175,8 +173,6 @@ TestCase {
}
function test_qobjects() {
- skip("Temporarily skipping test failures that result from QTBUG-74919")
-
var control = createTemporaryObject(emptyBox, testCase, {textRole: "text"})
verify(control)
@@ -275,8 +271,6 @@ TestCase {
}
function test_textRole(data) {
- skip("Temporarily skipping test failures that result from QTBUG-74919")
-
var control = createTemporaryObject(emptyBox, testCase)
verify(control)