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