Skip to content

Commit

Permalink
disable broken itests
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Dec 6, 2024
1 parent 2db5a69 commit a9be613
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/test/java/itest/RulesPostJsonIT.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
import org.hamcrest.Matchers;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.MethodOrderer.OrderAnnotation;
import org.junit.jupiter.api.Order;
import org.junit.jupiter.api.Test;
Expand Down Expand Up @@ -85,6 +86,7 @@ void testAddRuleThrowsWhenJsonAttributesNull() throws Exception {

@Test
@Order(2)
@Disabled("https://github.com/quarkusio/quarkus/issues/44976")
void testAddRuleThrowsWhenMimeUnsupported() throws Exception {
CompletableFuture<JsonObject> response = new CompletableFuture<>();

Expand All @@ -107,6 +109,7 @@ void testAddRuleThrowsWhenMimeUnsupported() throws Exception {

@Test
@Order(3)
@Disabled("https://github.com/quarkusio/quarkus/issues/44976")
void testAddRuleThrowsWhenMimeInvalid() throws Exception {
CompletableFuture<JsonObject> response = new CompletableFuture<>();

Expand Down

0 comments on commit a9be613

Please sign in to comment.