Skip to content

Commit

Permalink
Stabilize flaky folder tests that rely on verbose logging
Browse files Browse the repository at this point in the history
  • Loading branch information
jblievremont committed Aug 28, 2023
1 parent 75a8307 commit dfab487
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,9 @@ public static void initialize() throws Exception {
"productVersion", "0.1"), new WorkspaceFolder(folder1BaseDir.toUri().toString(), "My Folder 1"));
}

@BeforeEach
void setVerboseLogs() {
@Override
protected void setupGlobalSettings(Map<String, Object> globalSettings) {
setShowVerboseLogs(client.globalSettings, true);
notifyConfigurationChangeOnClient();
client.readyForTestsLatch = new CountDownLatch(1);
}

@Override
Expand Down

0 comments on commit dfab487

Please sign in to comment.