Skip to content

Commit 03b00b7

Browse files
authored
Disable test_preload_file_with_manual_data_download_pthreads under firefox (#19081)
See #19080
1 parent d790be7 commit 03b00b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_browser.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,7 @@ def make_main_two_files(path1, path2, nonexistingpath):
422422
'pthreads': (['-pthread', '-sPROXY_TO_PTHREAD', '-sEXIT_RUNTIME'],),
423423
})
424424
@requires_threads
425+
@no_firefox('https://github.com/emscripten-core/emscripten/issues/19080')
425426
def test_preload_file_with_manual_data_download(self, args):
426427
src = test_file('manual_download_data.cpp')
427428

0 commit comments

Comments
 (0)