aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquicklayouts/data/tst_stacklayout.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/quick/qquicklayouts/data/tst_stacklayout.qml')
-rw-r--r--tests/auto/quick/qquicklayouts/data/tst_stacklayout.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/quick/qquicklayouts/data/tst_stacklayout.qml b/tests/auto/quick/qquicklayouts/data/tst_stacklayout.qml
index 32b149336a..2536b9789f 100644
--- a/tests/auto/quick/qquicklayouts/data/tst_stacklayout.qml
+++ b/tests/auto/quick/qquicklayouts/data/tst_stacklayout.qml
@@ -255,7 +255,6 @@ Item {
function test_addAndRemoveItems()
{
- skip("There is a bug with the internal StackLayout cache that causes this to fail")
var stack = emtpy_StackLayout_Component.createObject(container)
stack.currentIndex = 2
compare(stack.implicitWidth, 0)