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 11
11
import org .hibernate .annotations .Array ;
12
12
import org .hibernate .annotations .JdbcTypeCode ;
13
13
import org .hibernate .dialect .OracleDialect ;
14
+ import org .hibernate .testing .orm .junit .SkipForDialect ;
14
15
import org .hibernate .type .SqlTypes ;
15
16
16
17
import org .hibernate .testing .orm .junit .DomainModel ;
@@ -170,6 +171,7 @@ public void testVectorDims(SessionFactoryScope scope) {
170
171
}
171
172
172
173
@ Test
174
+ @ SkipForDialect (dialectClass = OracleDialect .class , reason = "Oracle 23.9 bug" )
173
175
public void testVectorNorm (SessionFactoryScope scope ) {
174
176
scope .inTransaction ( em -> {
175
177
//tag::vector-norm-example[]
Original file line number Diff line number Diff line change 11
11
import org .hibernate .annotations .Array ;
12
12
import org .hibernate .annotations .JdbcTypeCode ;
13
13
import org .hibernate .dialect .OracleDialect ;
14
+ import org .hibernate .testing .orm .junit .SkipForDialect ;
14
15
import org .hibernate .type .SqlTypes ;
15
16
16
17
import org .hibernate .testing .orm .junit .DomainModel ;
@@ -169,6 +170,7 @@ public void testVectorDims(SessionFactoryScope scope) {
169
170
}
170
171
171
172
@ Test
173
+ @ SkipForDialect (dialectClass = OracleDialect .class , reason = "Oracle 23.9 bug" )
172
174
public void testVectorNorm (SessionFactoryScope scope ) {
173
175
scope .inTransaction ( em -> {
174
176
//tag::vector-norm-example[]
Original file line number Diff line number Diff line change 11
11
import org .hibernate .annotations .Array ;
12
12
import org .hibernate .annotations .JdbcTypeCode ;
13
13
import org .hibernate .dialect .OracleDialect ;
14
+ import org .hibernate .testing .orm .junit .SkipForDialect ;
14
15
import org .hibernate .type .SqlTypes ;
15
16
16
17
import org .hibernate .testing .orm .junit .DomainModel ;
@@ -188,6 +189,7 @@ public void testVectorDims(SessionFactoryScope scope) {
188
189
}
189
190
190
191
@ Test
192
+ @ SkipForDialect (dialectClass = OracleDialect .class , reason = "Oracle 23.9 bug" )
191
193
public void testVectorNorm (SessionFactoryScope scope ) {
192
194
scope .inTransaction ( em -> {
193
195
//tag::vector-norm-example[]
Original file line number Diff line number Diff line change 11
11
import org .hibernate .annotations .Array ;
12
12
import org .hibernate .annotations .JdbcTypeCode ;
13
13
import org .hibernate .dialect .OracleDialect ;
14
+ import org .hibernate .testing .orm .junit .SkipForDialect ;
14
15
import org .hibernate .type .SqlTypes ;
15
16
16
17
import org .hibernate .testing .orm .junit .DomainModel ;
@@ -189,6 +190,7 @@ public void testVectorDims(SessionFactoryScope scope) {
189
190
}
190
191
191
192
@ Test
193
+ @ SkipForDialect (dialectClass = OracleDialect .class , reason = "Oracle 23.9 bug" )
192
194
public void testVectorNorm (SessionFactoryScope scope ) {
193
195
scope .inTransaction ( em -> {
194
196
//tag::vector-norm-example[]
You can’t perform that action at this time.
0 commit comments