From 20b8d32cb7dc5c3296ed2963cdd7331badee2c59 Mon Sep 17 00:00:00 2001 From: Leon Matthes Date: Fri, 7 Jun 2024 11:32:47 +0200 Subject: [PATCH] fix: Disable LogSilencers in tst_clientbackend Test whether this finally solves our Windows CI issues --- tests/tst_clientbackend.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tst_clientbackend.cpp b/tests/tst_clientbackend.cpp index e9b75a38..54ad1efc 100644 --- a/tests/tst_clientbackend.cpp +++ b/tests/tst_clientbackend.cpp @@ -29,7 +29,7 @@ private slots: CHECK_CLANGD; Lsp::ClientBackend client("cpp", "clangd", {}); - auto logs = Test::LogSilencers {"cpp_server", "cpp_messages"}; + // auto logs = Test::LogSilencers {"cpp_server", "cpp_messages"}; QSignalSpy errorOccured(&client, &Lsp::ClientBackend::errorOccured); QSignalSpy finished(&client, &Lsp::ClientBackend::finished);