Skip to content

Commit 04064c1

Browse files
committed
Disabled some integration tests that have no mocks
1 parent bade330 commit 04064c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/integration/SariDBAndClient/SariDBWithClientTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
import static org.junit.jupiter.api.Assertions.*;
1313

14-
@DisabledIfSystemProperty(named = "ci.environment", matches = "true")
14+
@Disabled
1515
public class SariDBWithClientTest {
1616
private static AtomicInteger count = new AtomicInteger(5759);
1717
@Nested

0 commit comments

Comments
 (0)