mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-12 22:24:47 +00:00
HHH-15812 Remove dialect checks due to fix in #5699
This commit is contained in:
parent
9290f8b754
commit
d91e878c66
@ -1327,7 +1327,6 @@ public void testExtractFunctionWeek(SessionFactoryScope scope) {
|
||||
|
||||
@Test
|
||||
@RequiresDialectFeature(feature = DialectFeatureChecks.SupportsTimezoneTypes.class)
|
||||
@RequiresDialectFeature(feature = DialectFeatureChecks.SupportsFormat.class, comment = "We extract the offset with a format function")
|
||||
public void testExtractFunctionTimeZone(SessionFactoryScope scope) {
|
||||
scope.inTransaction(
|
||||
session -> {
|
||||
|
@ -629,7 +629,6 @@ public void testExtractFunction(SessionFactoryScope scope) {
|
||||
|
||||
@Test
|
||||
@RequiresDialectFeature(feature = DialectFeatureChecks.SupportsTimezoneTypes.class)
|
||||
@RequiresDialectFeature(feature = DialectFeatureChecks.SupportsFormat.class, comment = "We extract the offset with a format function")
|
||||
public void testExtractFunctionTimeZone(SessionFactoryScope scope) {
|
||||
scope.inTransaction(
|
||||
session -> {
|
||||
|
Loading…
x
Reference in New Issue
Block a user