From cd96942499e477ee8823277c1bb425ad5bcc5b8a Mon Sep 17 00:00:00 2001 From: Damian Wrobel Date: Fri, 21 Sep 2018 10:22:18 +0200 Subject: [PATCH] temporary disable test_getFile It fails when using node v8.11.1. See https://github.com/pxscene/pxCore/issues/1474 for more details. --- tests/pxScene2d/testRunner/tests.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/pxScene2d/testRunner/tests.json b/tests/pxScene2d/testRunner/tests.json index 94067a9d9d..a69c446905 100644 --- a/tests/pxScene2d/testRunner/tests.json +++ b/tests/pxScene2d/testRunner/tests.json @@ -37,6 +37,5 @@ {"url":"../tests/test_textBoxEllipsis_oneLine.js", "title":"test_textBoxEllipsis_oneLine","useBaseURI":"true"}, {"url":"../tests/test_textBoxWrapBounds.js", "title":"test_textBoxWrapBounds","useBaseURI":"true"}, {"url":"../tests/test_textWithoutParent.js", "title":"textWithoutParent","useBaseURI":"true"}, - {"url":"../tests/test_getFile.js", "title":"test_getFile","useBaseURI":"true"}, {"url":"../tests/test_import_resources.js", "title":"test_importResources", "useBaseURI":"true"} ]