Skip to content

Commit 6d6344d

Browse files
authored
Completely disable flaky test: test_pthread_run_on_main_thread (#18314)
Hopefully this one test was causing all the flakiness. Closes: #18307
1 parent ecedbfa commit 6d6344d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_browser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4080,7 +4080,7 @@ def test_pthread_gauge_available_memory(self):
40804080
self.btest(test_file('gauge_available_memory.cpp'), expected='1', args=['-sABORTING_MALLOC=0'] + args + opts)
40814081

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

0 commit comments

Comments
 (0)