Skip to content

Commit

Permalink
fix: Disable LogSilencers in tst_clientbackend
Browse files Browse the repository at this point in the history
Test whether this finally solves our Windows CI issues
  • Loading branch information
LeonMatthesKDAB committed Jun 7, 2024
1 parent 42fa64e commit 20b8d32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tst_clientbackend.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 20b8d32

Please sign in to comment.