File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
hibernate-envers/src/test/java/org/hibernate/orm/test/envers/integration/blob Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 88import jakarta .persistence .GeneratedValue ;
99import jakarta .persistence .Id ;
1010import org .hamcrest .Matchers ;
11+ import org .hibernate .community .dialect .InformixDialect ;
1112import org .hibernate .dialect .PostgreSQLDialect ;
1213import org .hibernate .dialect .SQLServerDialect ;
1314import org .hibernate .engine .jdbc .proxy .BlobProxy ;
@@ -82,6 +83,7 @@ public void testGenerateProxyNoStream() throws URISyntaxException {
8283 comment = "The driver closes the stream, so it cannot be reused by envers" )
8384 @ SkipForDialect (value = SQLServerDialect .class ,
8485 comment = "The driver closes the stream, so it cannot be reused by envers" )
86+ @ SkipForDialect (value = InformixDialect .class )
8587 public void testGenerateProxyStream () throws URISyntaxException {
8688 final Path path = Path .of ( Thread .currentThread ().getContextClassLoader ()
8789 .getResource ( "org/hibernate/orm/test/envers/integration/blob/blob.txt" ).toURI () );
You can’t perform that action at this time.
0 commit comments