diff options
author | Sami Nurmenniemi <sami.nurmenniemi@qt.io> | 2017-12-29 17:36:13 +0200 |
---|---|---|
committer | Sami Nurmenniemi <sami.nurmenniemi@qt.io> | 2017-12-29 16:13:57 +0000 |
commit | 0be966ba560ec11d3835e2ad5925b59666ad200c (patch) | |
tree | a21a2696f858522798abc99c86e9c56ab283bb3f | |
parent | 3be9ca58af5a011fdd20a7aba608781865544e01 (diff) | |
download | qtquickcontrols-0be966ba560ec11d3835e2ad5925b59666ad200c.tar.gz |
Re-enable tst_splitview for other targets than qemu
Test was skipped for all the targets when it should only be
skipped on offscreen platform.
Task-number: QTBUG-65307
Change-Id: Id6ef2aefcf885447d4529caecdaf3514e52b3ebd
Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
-rw-r--r-- | tests/auto/controls/data/tst_splitview.qml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/controls/data/tst_splitview.qml b/tests/auto/controls/data/tst_splitview.qml index 1d04ba02..17a632d9 100644 --- a/tests/auto/controls/data/tst_splitview.qml +++ b/tests/auto/controls/data/tst_splitview.qml @@ -111,7 +111,8 @@ TestCase { } function init() { - skip("QTBUG-65211") + if (Qt.platform.pluginName === "offscreen") + skip("QTBUG-65211") } function test_01_splitView() { |