Skip to content

Commit

Permalink
Enable test. Should not be reverted in future PRs. :)
Browse files Browse the repository at this point in the history
  • Loading branch information
holly-cummins committed May 29, 2024
1 parent ec638e5 commit 6761e51
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
import org.apache.commons.io.FileUtils;
import org.apache.maven.shared.invoker.MavenInvocationException;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.condition.DisabledOnOs;
import org.junit.jupiter.api.condition.OS;
Expand Down Expand Up @@ -604,7 +603,6 @@ public void testThatJUnitTestTemplatesWork() throws MavenInvocationException, IO
// Re-running the tests when changes happen is covered by testThatChangesTriggerRerunsOfJUnitTestTemplates
}

@Disabled("Not working; tracked by #40770")
@Test
public void testThatChangesTriggerRerunsOfJUnitTestTemplates() throws MavenInvocationException, IOException {
//we also check continuous testing
Expand Down

0 comments on commit 6761e51

Please sign in to comment.