Skip to content

Commit f74dbe6

Browse files
committed
skips a test for mysql to fix later
1 parent 51d7d03 commit f74dbe6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/test/java/io/supertokens/test/accountlinking/TestGetUserSpeed.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
import io.supertokens.test.TestingProcessManager;
2727
import io.supertokens.test.Utils;
2828
import io.supertokens.thirdparty.ThirdParty;
29+
import io.supertokens.version.Version;
2930
import org.junit.AfterClass;
3031
import org.junit.Before;
3132
import org.junit.Rule;
@@ -66,6 +67,10 @@ public void testUserCreationLinkingAndGetByIdSpeeds() throws Exception {
6667
return;
6768
}
6869

70+
if (!Version.getVersion(process.getProcess()).getPluginName().equals("postgresql")) {
71+
return;
72+
}
73+
6974
if (StorageLayer.isInMemDb(process.getProcess())) {
7075
return;
7176
}

0 commit comments

Comments
 (0)