Skip to content

Commit

Permalink
Completely disable flaky test: test_pthread_run_on_main_thread
Browse files Browse the repository at this point in the history
Hopefully this one test was causing all the flakiness.

Closes: #18307
  • Loading branch information
sbc100 committed Dec 3, 2022
1 parent ae2f8d8 commit ff3cf7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_browser.py
Original file line number Diff line number Diff line change
Expand Up @@ -4080,7 +4080,7 @@ def test_pthread_gauge_available_memory(self):
self.btest(test_file('gauge_available_memory.cpp'), expected='1', args=['-sABORTING_MALLOC=0'] + args + opts)

# Test that the proxying operations of user code from pthreads to main thread work
@no_chrome('https://github.com/emscripten-core/emscripten/issues/18210')
@disabled('https://github.com/emscripten-core/emscripten/issues/18210')
@requires_threads
def test_pthread_run_on_main_thread(self):
self.btest_exit(test_file('pthread/test_pthread_run_on_main_thread.cpp'), args=['-O3', '-sUSE_PTHREADS', '-sPTHREAD_POOL_SIZE'])
Expand Down

0 comments on commit ff3cf7b

Please sign in to comment.