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 51d7d03 commit f74dbe6Copy full SHA for f74dbe6
src/test/java/io/supertokens/test/accountlinking/TestGetUserSpeed.java
@@ -26,6 +26,7 @@
26
import io.supertokens.test.TestingProcessManager;
27
import io.supertokens.test.Utils;
28
import io.supertokens.thirdparty.ThirdParty;
29
+import io.supertokens.version.Version;
30
import org.junit.AfterClass;
31
import org.junit.Before;
32
import org.junit.Rule;
@@ -66,6 +67,10 @@ public void testUserCreationLinkingAndGetByIdSpeeds() throws Exception {
66
67
return;
68
}
69
70
+ if (!Version.getVersion(process.getProcess()).getPluginName().equals("postgresql")) {
71
+ return;
72
+ }
73
+
74
if (StorageLayer.isInMemDb(process.getProcess())) {
75
76
0 commit comments