File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
src/test/java/dev/openfeature/sdk/vmlens Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 88import dev .openfeature .sdk .ImmutableContext ;
99import dev .openfeature .sdk .OpenFeatureAPI ;
1010import dev .openfeature .sdk .OpenFeatureAPITestUtil ;
11- import dev .openfeature .sdk .StringHook ;
1211import dev .openfeature .sdk .Value ;
1312import dev .openfeature .sdk .providers .memory .Flag ;
1413import 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 () {
You can’t perform that action at this time.
0 commit comments