Skip to content

Commit

Permalink
Disable JMS Virtual Threads tests because of a circular dependency to…
Browse files Browse the repository at this point in the history
… Quarkiverse
  • Loading branch information
radcortez committed Nov 10, 2024
1 parent c6275de commit 3f69fd3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
package io.quarkus.it.vthreads.jms;

import org.junit.jupiter.api.Disabled;

import io.quarkus.test.junit.QuarkusIntegrationTest;

@QuarkusIntegrationTest
@Disabled("Depends on Quarkiverse which causes a circular dependency")
public class VirtualThreadITCase extends VirtualThreadTest {
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
import static com.github.tomakehurst.wiremock.matching.RequestPatternBuilder.newRequestPattern;
import static org.awaitility.Awaitility.await;

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

import com.github.tomakehurst.wiremock.WireMockServer;
Expand All @@ -20,6 +21,7 @@
@QuarkusTestResource(WireMockExtension.class)
@VirtualThreadUnit
@ShouldNotPin
@Disabled("Depends on Quarkiverse which causes a circular dependency")
public class VirtualThreadTest {

public static final int EXPECTED_CALLS = 10;
Expand Down

0 comments on commit 3f69fd3

Please sign in to comment.