Skip to content

Commit

Permalink
Merge pull request quarkusio#28127 from gsmet/disable-SimpleContextPr…
Browse files Browse the repository at this point in the history
…opagationTest
  • Loading branch information
gastaldi authored Sep 22, 2022
2 parents 6649e34 + 5e6d6e8 commit 98b3a24
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
import org.awaitility.Awaitility;
import org.awaitility.core.ThrowingRunnable;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.RegisterExtension;

Expand Down Expand Up @@ -75,6 +76,7 @@ public void testArcTCContextPropagation() {
}

@Test()
@Disabled("flaky")
public void testArcMEContextPropagationDisabled() throws InterruptedException {
// reset state
RequestBean.initState();
Expand Down

0 comments on commit 98b3a24

Please sign in to comment.