File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed
src/test/java/dev/openfeature/sdk/vmlens Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change 11package dev .openfeature .sdk .vmlens ;
22
33import static org .assertj .core .api .Assertions .assertThat ;
4- import static org .hamcrest .MatcherAssert .assertThat ;
54import static org .junit .jupiter .api .Assertions .assertEquals ;
65import 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" )) {
You can’t perform that action at this time.
0 commit comments