Skip to content

Commit

Permalink
enable tests for conditional on resource completions again to analyze…
Browse files Browse the repository at this point in the history
… this in more depth
  • Loading branch information
martinlippert committed Dec 19, 2024
1 parent 9bffd04 commit 49d6775
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
import org.eclipse.lsp4j.TextDocumentIdentifier;
import org.gradle.internal.impldep.com.google.common.collect.ImmutableList;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.ExtendWith;
import org.springframework.beans.factory.annotation.Autowired;
Expand Down Expand Up @@ -62,7 +61,6 @@
@ExtendWith(SpringExtension.class)
@BootLanguageServerTest
@Import({AdHocPropertyHarnessTestConf.class, ConditionalOnResourceCompletionTest.TestConf.class})
@Disabled
public class ConditionalOnResourceCompletionTest {

@Autowired private BootLanguageServerHarness harness;
Expand Down

0 comments on commit 49d6775

Please sign in to comment.