Skip to content

Commit 41b362e

Browse files
committed
remove failing test
Signed-off-by: christian.lutnik <[email protected]>
1 parent b35e3d8 commit 41b362e

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/test/java/dev/openfeature/sdk/vmlens/VmLensTest.java

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package dev.openfeature.sdk.vmlens;
22

33
import static org.assertj.core.api.Assertions.assertThat;
4-
import static org.hamcrest.MatcherAssert.assertThat;
54
import static org.junit.jupiter.api.Assertions.assertEquals;
65
import static org.junit.jupiter.api.Assertions.assertTrue;
76

@@ -36,16 +35,6 @@ void tearDown() {
3635
api.shutdown();
3736
}
3837

39-
@Test
40-
void fail() {
41-
try (AllInterleavings allInterleavings =
42-
new AllInterleavings("Concurrently setting the context and evaluating a flag")) {
43-
while (allInterleavings.hasNext()) {
44-
assertThat(false).isIn(true);
45-
}
46-
}
47-
}
48-
4938
@Test
5039
void concurrentClientCreations() {
5140
try (AllInterleavings allInterleavings = new AllInterleavings("Concurrent creations of the Client")) {

0 commit comments

Comments
 (0)