Skip to content

Commit 8eb5b91

Browse files
committed
#25 clean
1 parent bd96ced commit 8eb5b91

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/java/co/stateful/RtLocksITCase.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
import org.hamcrest.MatcherAssert;
4141
import org.hamcrest.Matchers;
4242
import org.junit.jupiter.api.Assertions;
43+
import org.junit.jupiter.api.Assumptions;
4344
import org.junit.jupiter.api.Test;
4445

4546
/**
@@ -121,6 +122,7 @@ void locksAndUnlocksInOneThread() throws Exception {
121122

122123
@Test
123124
void rejectsIncorrectLockName() {
125+
Assumptions.assumeFalse(System.getProperty("sttc.urn").isEmpty());
124126
Assertions.assertThrows(
125127
IllegalArgumentException.class,
126128
() -> {

0 commit comments

Comments
 (0)