File tree Expand file tree Collapse file tree 4 files changed +8
-0
lines changed
hibernate-vector/src/test/java/org/hibernate/vector Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 1111import org .hibernate .annotations .Array ;
1212import org .hibernate .annotations .JdbcTypeCode ;
1313import org .hibernate .dialect .OracleDialect ;
14+ import org .hibernate .testing .orm .junit .SkipForDialect ;
1415import org .hibernate .type .SqlTypes ;
1516
1617import org .hibernate .testing .orm .junit .DomainModel ;
@@ -170,6 +171,7 @@ public void testVectorDims(SessionFactoryScope scope) {
170171 }
171172
172173 @ Test
174+ @ SkipForDialect (dialectClass = OracleDialect .class , reason = "Oracle 23.9 bug" )
173175 public void testVectorNorm (SessionFactoryScope scope ) {
174176 scope .inTransaction ( em -> {
175177 //tag::vector-norm-example[]
Original file line number Diff line number Diff line change 1111import org .hibernate .annotations .Array ;
1212import org .hibernate .annotations .JdbcTypeCode ;
1313import org .hibernate .dialect .OracleDialect ;
14+ import org .hibernate .testing .orm .junit .SkipForDialect ;
1415import org .hibernate .type .SqlTypes ;
1516
1617import org .hibernate .testing .orm .junit .DomainModel ;
@@ -169,6 +170,7 @@ public void testVectorDims(SessionFactoryScope scope) {
169170 }
170171
171172 @ Test
173+ @ SkipForDialect (dialectClass = OracleDialect .class , reason = "Oracle 23.9 bug" )
172174 public void testVectorNorm (SessionFactoryScope scope ) {
173175 scope .inTransaction ( em -> {
174176 //tag::vector-norm-example[]
Original file line number Diff line number Diff line change 1111import org .hibernate .annotations .Array ;
1212import org .hibernate .annotations .JdbcTypeCode ;
1313import org .hibernate .dialect .OracleDialect ;
14+ import org .hibernate .testing .orm .junit .SkipForDialect ;
1415import org .hibernate .type .SqlTypes ;
1516
1617import org .hibernate .testing .orm .junit .DomainModel ;
@@ -188,6 +189,7 @@ public void testVectorDims(SessionFactoryScope scope) {
188189 }
189190
190191 @ Test
192+ @ SkipForDialect (dialectClass = OracleDialect .class , reason = "Oracle 23.9 bug" )
191193 public void testVectorNorm (SessionFactoryScope scope ) {
192194 scope .inTransaction ( em -> {
193195 //tag::vector-norm-example[]
Original file line number Diff line number Diff line change 1111import org .hibernate .annotations .Array ;
1212import org .hibernate .annotations .JdbcTypeCode ;
1313import org .hibernate .dialect .OracleDialect ;
14+ import org .hibernate .testing .orm .junit .SkipForDialect ;
1415import org .hibernate .type .SqlTypes ;
1516
1617import org .hibernate .testing .orm .junit .DomainModel ;
@@ -189,6 +190,7 @@ public void testVectorDims(SessionFactoryScope scope) {
189190 }
190191
191192 @ Test
193+ @ SkipForDialect (dialectClass = OracleDialect .class , reason = "Oracle 23.9 bug" )
192194 public void testVectorNorm (SessionFactoryScope scope ) {
193195 scope .inTransaction ( em -> {
194196 //tag::vector-norm-example[]
You can’t perform that action at this time.
0 commit comments