Skip to content

Commit

Permalink
Disable test to be fixed later
Browse files Browse the repository at this point in the history
  • Loading branch information
tkobayas committed Nov 23, 2023
1 parent c7a7871 commit 0a741b2
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 java.util.Collections;
import java.util.List;

import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.junitpioneer.jupiter.ClearSystemProperty;
import org.junitpioneer.jupiter.SetSystemProperty;
Expand All @@ -34,6 +35,7 @@

import static org.assertj.core.api.Assertions.assertThat;

@Disabled("https://github.com/apache/incubator-kie-kogito-runtimes/issues/3288")
class QuarkusTopicDiscoveryTest {

@Test
Expand Down

0 comments on commit 0a741b2

Please sign in to comment.