Skip to content

Commit e4d4278

Browse files
authored
fix: test (#781)
1 parent 4b5a78e commit e4d4278

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/test/java/io/supertokens/test/FeatureFlagTest.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -720,6 +720,10 @@ public void testNetworkCallIsMadeInCoreInit() throws Exception {
720720
return;
721721
}
722722

723+
if (StorageLayer.isInMemDb(process.getProcess())) {
724+
return;
725+
}
726+
723727
// While adding license
724728
TestMultitenancyAPIHelper.addLicense(OPAQUE_KEY_WITH_MULTITENANCY_FEATURE, process.getProcess());
725729
assertNotNull(process.checkOrWaitForEvent(ProcessState.PROCESS_STATE.LICENSE_KEY_CHECK_NETWORK_CALL));

0 commit comments

Comments
 (0)