File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
hibernate-reactive-core/src/test/java/org/hibernate/reactive Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change 2727
2828import org .hibernate .cfg .AvailableSettings ;
2929import org .hibernate .cfg .Configuration ;
30- import org .hibernate .reactive .testing .DatabaseSelectionRule ;
3130
32- import org .junit .Rule ;
3331import org .junit .Test ;
3432
3533import io .vertx .ext .unit .TestContext ;
3634
37- import static org .hibernate .reactive .containers .DatabaseConfiguration .DBType .ORACLE ;
3835
3936import static org .hibernate .reactive .util .impl .CompletionStages .loop ;
4037
4138public class UTCTest extends BaseReactiveTest {
4239
43- // testDate(), testCalendar(), testLocalDateTime() & testZonedDateTime() fail with....
44- //
45- // throws jakarta.persistence.NoResultException: No result found for query [from ThingInUTC where date=:dt]
46- // at app//org.hibernate.reactive.query.spi.ReactiveAbstractSelectionQuery.reactiveSingleResult(ReactiveAbstractSelectionQuery.java:175)
47- @ Rule
48- public final DatabaseSelectionRule skip = DatabaseSelectionRule .skipTestsFor ( ORACLE );
49-
5040 @ Override
5141 public CompletionStage <Void > deleteEntities (Class <?>... entities ) {
5242 return getSessionFactory ()
You can’t perform that action at this time.
0 commit comments