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()