File tree 1 file changed +2
-0
lines changed
spring-data-jpa/src/test/java/org/springframework/data/jpa/repository
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 71
71
import org .springframework .data .jpa .repository .sample .SampleEvaluationContextExtension .SampleSecurityContextHolder ;
72
72
import org .springframework .data .jpa .repository .sample .UserRepository ;
73
73
import org .springframework .data .jpa .repository .sample .UserRepository .NameOnly ;
74
+ import org .springframework .data .jpa .util .DisabledOnHibernate ;
74
75
import org .springframework .test .context .ContextConfiguration ;
75
76
import org .springframework .test .context .junit .jupiter .SpringExtension ;
76
77
import org .springframework .transaction .annotation .Transactional ;
@@ -2981,6 +2982,7 @@ void supportsInterfaceProjectionsWithNativeQueries() {
2981
2982
}
2982
2983
2983
2984
@ Test // GH-2757
2985
+ @ DisabledOnHibernate ("6.2" )
2984
2986
void supportsRecordsWithNativeQueries () {
2985
2987
2986
2988
flushTestUsers ();
You can’t perform that action at this time.
0 commit comments