Skip to content

Commit c72de89

Browse files
committed
try to make it work v11.2e10
Signed-off-by: christian.lutnik <[email protected]>
1 parent 4ddb06c commit c72de89

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
import dev.openfeature.sdk.ImmutableContext;
99
import dev.openfeature.sdk.OpenFeatureAPI;
1010
import dev.openfeature.sdk.OpenFeatureAPITestUtil;
11-
import dev.openfeature.sdk.StringHook;
1211
import dev.openfeature.sdk.Value;
1312
import dev.openfeature.sdk.providers.memory.Flag;
1413
import dev.openfeature.sdk.providers.memory.InMemoryProvider;
@@ -30,7 +29,6 @@ class VmLensTest {
3029
// concurrent changing of context through a hook and flags with a targeting rule depending on that context
3130
// concurrent setting of context through a hook and flags with a targeting rule depending on that context
3231

33-
3432
@BeforeEach
3533
void setUp() {
3634
System.out.println("VmLensTest.setUp");
@@ -73,7 +71,7 @@ void concurrentFlagEvaluations() {
7371
}
7472
}
7573
}
76-
74+
/*
7775
@Test
7876
void concurrentFlagEvaluationsAndHookAdditions() {
7977
System.out.println("VmLensTest.concurrentFlagEvaluationsAndHookAdditions");
@@ -86,7 +84,7 @@ void concurrentFlagEvaluationsAndHookAdditions() {
8684
() -> client.addHooks(new StringHook() {}));
8785
}
8886
}
89-
}
87+
}*/
9088

9189
@Test
9290
void concurrentContextSetting() {

0 commit comments

Comments
 (0)