SQL: Disable integration test due to TZ issues
Due to the difference in TZ between H2 and SQL, disable minute test for NOW() Fix #36695
This commit is contained in:
parent
b15f27f6a6
commit
3f128a89bc
|
@ -125,5 +125,5 @@ SELECT MONTH(CURRENT_TIMESTAMP()) AS result;
|
|||
currentTimestampHour-Ignore
|
||||
SELECT HOUR(CURRENT_TIMESTAMP()) AS result;
|
||||
|
||||
currentTimestampMinute
|
||||
currentTimestampMinute-Ignore
|
||||
SELECT MINUTE(CURRENT_TIMESTAMP()) AS result;
|
||||
|
|
Loading…
Reference in New Issue