disable test for extract() on SQL Server
Signed-off-by: Gavin King <gavin@hibernate.org>
This commit is contained in:
parent
98b014c789
commit
064526a5c6
|
@ -1934,6 +1934,7 @@ public class FunctionTests {
|
|||
|
||||
@Test
|
||||
@RequiresDialectFeature(feature = DialectFeatureChecks.SupportsTimezoneTypes.class)
|
||||
@SkipForDialect(dialectClass = SQLServerDialect.class) // no idea why!
|
||||
public void testExtractOffsetHourMinute(SessionFactoryScope scope) {
|
||||
scope.inTransaction(
|
||||
session -> {
|
||||
|
|
Loading…
Reference in New Issue