Skip to content

Commit

Permalink
Disabled some integration tests that have no mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
bbambozzi committed Feb 6, 2024
1 parent bade330 commit 04064c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

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

@DisabledIfSystemProperty(named = "ci.environment", matches = "true")
@Disabled
public class SariDBWithClientTest {
private static AtomicInteger count = new AtomicInteger(5759);
@Nested
Expand Down

0 comments on commit 04064c1

Please sign in to comment.