aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/test_other.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_other.py b/tests/test_other.py
index a6a9c52f..c3aaa9e1 100644
--- a/tests/test_other.py
+++ b/tests/test_other.py
@@ -1808,6 +1808,7 @@ f.close()
assert 'error' not in err, 'Unexpected stderr: ' + err
def test_chunking(self):
+ if os.environ.get('EMCC_FAST_COMPILER') == '1': return self.skip('not relevant for fastcomp, only checks js compiler chunking')
if os.environ.get('EMCC_DEBUG'): return self.skip('cannot run in debug mode')
if os.environ.get('EMCC_CORES'): return self.skip('cannot run if cores are altered')
if multiprocessing.cpu_count() < 2: return self.skip('need multiple cores')