Skip to content

Commit

Permalink
Disables test
Browse files Browse the repository at this point in the history
  • Loading branch information
spencergibb committed Dec 4, 2024
1 parent 17425cf commit 3f0b129
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.condition.DisabledIfEnvironmentVariable;
import org.junitpioneer.jupiter.RetryingTest;
import org.testcontainers.containers.GenericContainer;
import org.testcontainers.junit.jupiter.Container;
Expand Down Expand Up @@ -100,6 +101,7 @@ public void redisRateLimiterWorks() throws Exception {
}

@Test
@DisabledIfEnvironmentVariable(named = "GITHUB_ACTIONS", matches = "true")
public void redisRateLimiterWorksForMultipleRoutes() throws Exception {
String id = UUID.randomUUID().toString();

Expand Down

0 comments on commit 3f0b129

Please sign in to comment.