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:
Costin Leau 2018-12-17 13:40:20 +02:00
parent b15f27f6a6
commit 3f128a89bc
1 changed files with 1 additions and 1 deletions

View File

@ -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;