Skip to content

Commit e7d1cde

Browse files
committed
Skip asm3.test_files because it runs out of memory on CI
1 parent 834d3b5 commit e7d1cde

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_core.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4847,6 +4847,7 @@ def test_files(self):
48474847
elif '-O3' in self.emcc_args and not self.is_wasm():
48484848
print('closure 2')
48494849
self.emcc_args += ['--closure', '2', '-Wno-almost-asm'] # Use closure 2 here for some additional coverage
4850+
return self.skipTest('TODO: currently skipped because CI runs out of memory running Closure in this test!')
48504851

48514852
self.emcc_args += ['-s', 'FORCE_FILESYSTEM=1', '--pre-js', 'pre.js']
48524853

0 commit comments

Comments
 (0)