Skip to content

Commit

Permalink
Merge pull request #27567 from geoand/ClientRequestTest
Browse files Browse the repository at this point in the history
Disable flaky ClientRequestTest
  • Loading branch information
gsmet authored Aug 29, 2022
2 parents e9194c7 + b9f9f89 commit fac6d3e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@
import static io.restassured.RestAssured.when;
import static org.hamcrest.CoreMatchers.containsString;

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

import io.quarkus.test.junit.QuarkusTest;

@QuarkusTest
@Disabled("flaky")
public class ClientRequestTest {
@Test
void testClientRequests() {
Expand Down

0 comments on commit fac6d3e

Please sign in to comment.