Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
sattvikc committed Aug 31, 2023
1 parent 4b5a78e commit 21855b5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/test/java/io/supertokens/test/FeatureFlagTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -720,6 +720,10 @@ public void testNetworkCallIsMadeInCoreInit() throws Exception {
return;
}

if (StorageLayer.isInMemDb(process.getProcess())) {
return;
}

// While adding license
TestMultitenancyAPIHelper.addLicense(OPAQUE_KEY_WITH_MULTITENANCY_FEATURE, process.getProcess());
assertNotNull(process.checkOrWaitForEvent(ProcessState.PROCESS_STATE.LICENSE_KEY_CHECK_NETWORK_CALL));
Expand Down

0 comments on commit 21855b5

Please sign in to comment.