summaryrefslogtreecommitdiff
path: root/tests/auto/extras/data/tst_delaybutton.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/extras/data/tst_delaybutton.qml')
-rw-r--r--tests/auto/extras/data/tst_delaybutton.qml5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/auto/extras/data/tst_delaybutton.qml b/tests/auto/extras/data/tst_delaybutton.qml
index 87949416..5475037e 100644
--- a/tests/auto/extras/data/tst_delaybutton.qml
+++ b/tests/auto/extras/data/tst_delaybutton.qml
@@ -59,11 +59,6 @@ TestCase {
width: 400
height: 400
- function init() {
- if (Qt.platform.pluginName === "offscreen")
- skip("QTBUG-65211")
- }
-
function test_instance() {
var button = Qt.createQmlObject('import QtQuick.Extras 1.4; DelayButton { }', testcase, '')
verify (button, "DelayButton: failed to create an instance")