We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b5a78e commit e4d4278Copy full SHA for e4d4278
src/test/java/io/supertokens/test/FeatureFlagTest.java
@@ -720,6 +720,10 @@ public void testNetworkCallIsMadeInCoreInit() throws Exception {
720
return;
721
}
722
723
+ if (StorageLayer.isInMemDb(process.getProcess())) {
724
+ return;
725
+ }
726
+
727
// While adding license
728
TestMultitenancyAPIHelper.addLicense(OPAQUE_KEY_WITH_MULTITENANCY_FEATURE, process.getProcess());
729
assertNotNull(process.checkOrWaitForEvent(ProcessState.PROCESS_STATE.LICENSE_KEY_CHECK_NETWORK_CALL));
0 commit comments