0
0
mirror of https://github.com/phpv8/v8js.git synced 2024-09-16 19:15:17 +00:00

disable timezones.phpt test, currently known broken, refs #378

This commit is contained in:
Stefan Siegl 2018-11-06 12:02:25 +01:00
parent 8a1803f9b0
commit a67253477b
No known key found for this signature in database
GPG Key ID: 73942AF5642F3DDA

View File

@ -1,6 +1,8 @@
--TEST--
Test V8::executeString() : Check timezone handling
--SKIPIF--
SKIP test currently broken, see #378
<?php
if(strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') {
die('SKIP TZ not handled by v8 on Windows');