Skip to content

Commit d796a17

Browse files
committed
[#2640] Disable FindByIdWithLockTest#testFindUpgradeNoWait
1 parent e852987 commit d796a17

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hibernate-reactive-core/src/test/java/org/hibernate/reactive/FindByIdWithLockTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
import java.util.concurrent.TimeUnit;
1717

1818
import org.junit.jupiter.api.BeforeEach;
19+
import org.junit.jupiter.api.Disabled;
1920
import org.junit.jupiter.api.Test;
2021

2122
import io.vertx.junit5.Timeout;
@@ -83,6 +84,7 @@ context, getMutinySessionFactory()
8384
);
8485
}
8586

87+
@Disabled
8688
@Test
8789
public void testFindUpgradeNoWait(VertxTestContext context) {
8890
Child child = new Child( CHILD_ID, "And" );

0 commit comments

Comments
 (0)