Skip to content

Commit

Permalink
Disable flaky OTel-GraphQL test for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartisk committed May 18, 2023
1 parent cc0531b commit 05e43b2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
import org.jboss.shrinkwrap.api.asset.EmptyAsset;
import org.jboss.shrinkwrap.api.asset.StringAsset;
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.RegisterExtension;

Expand Down Expand Up @@ -116,6 +117,7 @@ void multipleResultQueryTraceTest() {
}

@Test
@Disabled // TODO: flaky test, find out how to fix it
void nestedCdiBeanInsideQueryTraceTest() throws ExecutionException, InterruptedException {
String request = getPayload("query {\n" +
" helloAfterSecond\n" +
Expand Down

0 comments on commit 05e43b2

Please sign in to comment.