Skip to content

Commit d67647d

Browse files
author
Rishabh
committed
fixes to test
1 parent fa65a59 commit d67647d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/test/java/io/supertokens/test/emailpassword/PasswordHashingTest.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,10 @@ public void invalidConfigArgonButUsingBcryptShouldAllowStartingServer() throws E
230230
TestingProcessManager.TestingProcess process = TestingProcessManager.start(args);
231231
assertNotNull(process.checkOrWaitForEvent(ProcessState.PROCESS_STATE.STARTED));
232232

233+
if (StorageLayer.getStorage(process.getProcess()).getType() != STORAGE_TYPE.SQL) {
234+
return;
235+
}
236+
233237
EmailPassword.signUp(process.getProcess(), "[email protected]", "somePassword");
234238
EmailPassword.signIn(process.getProcess(), "[email protected]", "somePassword");
235239

0 commit comments

Comments
 (0)