File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
spring-data-jpa/src/test/java/org/springframework/data/jpa/repository Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 7171import org .springframework .data .jpa .repository .sample .SampleEvaluationContextExtension .SampleSecurityContextHolder ;
7272import org .springframework .data .jpa .repository .sample .UserRepository ;
7373import org .springframework .data .jpa .repository .sample .UserRepository .NameOnly ;
74+ import org .springframework .data .jpa .util .DisabledOnHibernate ;
7475import org .springframework .test .context .ContextConfiguration ;
7576import org .springframework .test .context .junit .jupiter .SpringExtension ;
7677import org .springframework .transaction .annotation .Transactional ;
@@ -2981,6 +2982,7 @@ void supportsInterfaceProjectionsWithNativeQueries() {
29812982 }
29822983
29832984 @ Test // GH-2757
2985+ @ DisabledOnHibernate ("6.2" )
29842986 void supportsRecordsWithNativeQueries () {
29852987
29862988 flushTestUsers ();
You can’t perform that action at this time.
0 commit comments