Skip to content

Commit 0111d00

Browse files
SattvikSattvik
authored andcommitted
fix: retry
1 parent d5e4c3a commit 0111d00

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/test/java/io/supertokens/storage/postgresql/test/DbConnectionPoolTest.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ public class DbConnectionPoolTest {
5050
@Rule
5151
public TestRule watchman = Utils.getOnFailure();
5252

53+
@Rule
54+
public TestRule retryFlaky = Utils.retryFlakyTest();
55+
5356
@AfterClass
5457
public static void afterTesting() {
5558
Utils.afterTesting();

0 commit comments

Comments
 (0)