Skip to content

Commit

Permalink
Merge pull request quarkusio#35460 from gsmet/disable-ReactiveMongodb…
Browse files Browse the repository at this point in the history
…PanacheResourceTest

Disable ReactiveMongodbPanacheResourceTest#testMoreRepositoryFunctionalities
  • Loading branch information
gsmet committed Aug 22, 2023
2 parents 25a3b78 + 6c9129c commit 5bc3604
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 jakarta.ws.rs.sse.SseEventSource;

import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;

import com.fasterxml.jackson.databind.ObjectMapper;
Expand Down Expand Up @@ -347,6 +348,7 @@ public void testMoreEntityFunctionalities() {
}

@Test
@Disabled("flaky")
public void testMoreRepositoryFunctionalities() {
get("/test/reactive/repository").then().statusCode(200);
}
Expand Down

0 comments on commit 5bc3604

Please sign in to comment.