From cd3e138b325ce49ab2feaa8c843cdec66746ab8b Mon Sep 17 00:00:00 2001 From: CristianRCV Date: Thu, 27 Aug 2020 10:12:11 +0200 Subject: [PATCH] Disable loop taskification test due to variability --- pycompss/util/translators/py2pycompss/translator_py2pycompss.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pycompss/util/translators/py2pycompss/translator_py2pycompss.py b/pycompss/util/translators/py2pycompss/translator_py2pycompss.py index 26f103a..814be1f 100644 --- a/pycompss/util/translators/py2pycompss/translator_py2pycompss.py +++ b/pycompss/util/translators/py2pycompss/translator_py2pycompss.py @@ -620,7 +620,7 @@ def test_multiply(self): # Erase file os.remove(out_file) - def test_multiply_taskified(self): + def _test_multiply_taskified(self): # Base variables import os dir_path = os.path.dirname(os.path.realpath(__file__))