Skip to content

Commit

Permalink
remove commented test
Browse files Browse the repository at this point in the history
Signed-off-by: Todd Baert <[email protected]>
  • Loading branch information
toddbaert committed Oct 11, 2022
1 parent 5ca9663 commit bf96c76
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/test/java/dev/openfeature/sdk/LockingTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,6 @@ void beforeEach() {
client.hooksLock = clientHooksLock;
}

// @Test
// void evaluationShouldReadLockandReadUnlockClientAndApi() {
// client.getBooleanValue("a-key", false);
// verify(clientHooksLock.readLock()).lock();
// verify(clientHooksLock.readLock()).unlock();
// verify(clientContextLock.readLock()).lock();
// verify(clientContextLock.readLock()).unlock();
// }

@Test
void addHooksShouldWriteLockAndUnlock() {
client.addHooks(new Hook() {
Expand Down

0 comments on commit bf96c76

Please sign in to comment.