File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
ee/src/test/java/io/supertokens/ee/test Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 1010import io .supertokens .ee .test .httpRequest .HttpRequestForTesting ;
1111import io .supertokens .featureflag .FeatureFlag ;
1212import io .supertokens .multitenancy .Multitenancy ;
13+ import io .supertokens .pluginInterface .STORAGE_TYPE ;
1314import io .supertokens .pluginInterface .multitenancy .*;
1415import io .supertokens .storageLayer .StorageLayer ;
1516import io .supertokens .webserver .WebserverAPI ;
@@ -46,6 +47,10 @@ public void testPaidStatsIsSentForAllAppsInMultitenancy() throws Exception {
4647 CronTaskTest .getInstance (process .main ).setIntervalInSeconds (EELicenseCheck .RESOURCE_KEY , 1 );
4748 Assert .assertNotNull (process .checkOrWaitForEvent (ProcessState .PROCESS_STATE .STARTED ));
4849
50+ if (StorageLayer .getStorage (process .getProcess ()).getType () != STORAGE_TYPE .SQL ) {
51+ return ;
52+ }
53+
4954 if (StorageLayer .isInMemDb (process .main )) {
5055 // cause we keep all features enabled in memdb anyway
5156 return ;
You can’t perform that action at this time.
0 commit comments