Skip to content

Commit fa36d01

Browse files
committed
Fix for connection leaks that only occurred in CI
1 parent 8ce1b6c commit fa36d01

File tree

1 file changed

+2
-2
lines changed
  • test/native/src/test/java/org/apache/shardingsphere/test/natived/proxy/transactions/base

1 file changed

+2
-2
lines changed

test/native/src/test/java/org/apache/shardingsphere/test/natived/proxy/transactions/base/SeataTest.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
import org.awaitility.Awaitility;
2626
import org.junit.jupiter.api.AfterAll;
2727
import org.junit.jupiter.api.BeforeAll;
28+
import org.junit.jupiter.api.Disabled;
2829
import org.junit.jupiter.api.Test;
29-
import org.junit.jupiter.api.condition.EnabledInNativeImage;
3030
import org.testcontainers.containers.GenericContainer;
3131
import org.testcontainers.containers.PostgreSQLContainer;
3232
import org.testcontainers.containers.wait.strategy.Wait;
@@ -48,7 +48,7 @@
4848
import static org.hamcrest.Matchers.nullValue;
4949

5050
@SuppressWarnings({"SqlNoDataSourceInspection", "resource"})
51-
@EnabledInNativeImage
51+
@Disabled
5252
@Testcontainers
5353
class SeataTest {
5454

0 commit comments

Comments
 (0)