diff --git a/tests/TestKeys.cpp b/tests/TestKeys.cpp index 770af52de..abd137f5c 100644 --- a/tests/TestKeys.cpp +++ b/tests/TestKeys.cpp @@ -176,7 +176,7 @@ void TestKeys::benchmarkTransformKey() QByteArray env = qgetenv("BENCHMARK"); if (env.isEmpty() || env == "0" || env == "no") { - QSKIP("Benchmark skipped. Set env variable BENCHMARK=1 to enable.", SkipAll); + QSKIP("Benchmark skipped. Set env variable BENCHMARK=1 to enable."); } PasswordKey pwKey;