Skip to content

Commit

Permalink
Fix for connection leaks that only occurred in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
linghengqian committed Jan 14, 2025
1 parent 8ce1b6c commit fa36d01
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
import org.awaitility.Awaitility;
import org.junit.jupiter.api.AfterAll;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.condition.EnabledInNativeImage;
import org.testcontainers.containers.GenericContainer;
import org.testcontainers.containers.PostgreSQLContainer;
import org.testcontainers.containers.wait.strategy.Wait;
Expand All @@ -48,7 +48,7 @@
import static org.hamcrest.Matchers.nullValue;

@SuppressWarnings({"SqlNoDataSourceInspection", "resource"})
@EnabledInNativeImage
@Disabled
@Testcontainers
class SeataTest {

Expand Down

0 comments on commit fa36d01

Please sign in to comment.