From 2c9de1c0f5e541e676274cd575cc4fbf4ac91c2e Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Thu, 5 Dec 2013 14:08:16 +0100 Subject: Temporarily skip tst_qqmlinstruction::dump() Allow a change removing the trailing space for QDebug() to integrate. The test should be adapted right afterwards ... Change-Id: I758e7c416c5570aca58d92a040616ac8e4f131c9 Reviewed-by: Simon Hausmann --- tests/auto/qml/qqmlinstruction/tst_qqmlinstruction.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/auto') diff --git a/tests/auto/qml/qqmlinstruction/tst_qqmlinstruction.cpp b/tests/auto/qml/qqmlinstruction/tst_qqmlinstruction.cpp index 0cd4360e67..f29c3a282a 100644 --- a/tests/auto/qml/qqmlinstruction/tst_qqmlinstruction.cpp +++ b/tests/auto/qml/qqmlinstruction/tst_qqmlinstruction.cpp @@ -552,6 +552,7 @@ void tst_qqmlinstruction::dump() data->dumpInstructions(); + QSKIP("Disable test temporarily until codereview.qt-project.org/#change,69731 integrated"); const int messageCount = messageHandler.messages().count(); QCOMPARE(messageCount, expect.count()); for (int ii = 0; ii < messageCount; ++ii) { -- cgit v1.2.3