From 0bd4d3800289ddb16875db6f349185123f903801 Mon Sep 17 00:00:00 2001 From: Christian Stenger Date: Tue, 12 Apr 2022 08:48:51 +0200 Subject: [PATCH] Tests: Remove ignored message This soft assert is no more triggered a second time and results in a fail now. Change-Id: Ica850a19993797d412e0b5ff954b5e9760e21f53 Reviewed-by: Jarek Kobus --- tests/auto/ssh/tst_ssh.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/auto/ssh/tst_ssh.cpp b/tests/auto/ssh/tst_ssh.cpp index e579876feb2..7eb41c057da 100644 --- a/tests/auto/ssh/tst_ssh.cpp +++ b/tests/auto/ssh/tst_ssh.cpp @@ -148,7 +148,6 @@ void tst_Ssh::pristineConnectionObject() "SOFT ASSERT: \"state\\(\\) == Connected\" in file .*[/\\\\]sshconnection.cpp, line \\d*"); QTest::ignoreMessage(QtDebugMsg, assertToIgnore); QVERIFY(!connection.createRemoteProcess("")); - QTest::ignoreMessage(QtDebugMsg, assertToIgnore); } void tst_Ssh::remoteProcess_data()