We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd96ced commit 8eb5b91Copy full SHA for 8eb5b91
src/test/java/co/stateful/RtLocksITCase.java
@@ -40,6 +40,7 @@
40
import org.hamcrest.MatcherAssert;
41
import org.hamcrest.Matchers;
42
import org.junit.jupiter.api.Assertions;
43
+import org.junit.jupiter.api.Assumptions;
44
import org.junit.jupiter.api.Test;
45
46
/**
@@ -121,6 +122,7 @@ void locksAndUnlocksInOneThread() throws Exception {
121
122
123
@Test
124
void rejectsIncorrectLockName() {
125
+ Assumptions.assumeFalse(System.getProperty("sttc.urn").isEmpty());
126
Assertions.assertThrows(
127
IllegalArgumentException.class,
128
() -> {
0 commit comments