Skip to content

Commit c6b31a3

Browse files
authored
Rename test_libpng_with_pthreads (#18041)
This is a crazy experiment to diagnose flake on the windows builder (by trying to ensure that this test doesn't run simultaneously with test_libpng)
1 parent cf9f79e commit c6b31a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_other.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1958,7 +1958,7 @@ def test_libpng(self):
19581958
self.assertContained('libpng passes test', output)
19591959

19601960
@node_pthreads
1961-
def test_libpng_with_pthreads(self):
1961+
def test_zzz_libpng_with_pthreads(self):
19621962
shutil.copyfile(test_file('third_party/libpng/pngtest.png'), 'pngtest.png')
19631963
self.emcc(test_file('third_party/libpng/pngtest.c'), ['--embed-file', 'pngtest.png', '-sUSE_LIBPNG', '-sUSE_PTHREADS'], output_filename='a.out.js')
19641964
output = self.run_js('a.out.js')

0 commit comments

Comments
 (0)