Skip to content

Commit dcecd8f

Browse files
authored
Disable flaky test
(mono#6947)
1 parent b97d0c4 commit dcecd8f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mono/tests/Makefile.am

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -961,7 +961,8 @@ CI_DISABLED_TESTS = \
961961
CI_PR_DISABLED_TESTS = \
962962
appdomain-threadpool-unload.exe \
963963
monitor-abort.exe \
964-
monitor-wait-abort.exe
964+
monitor-wait-abort.exe \
965+
process-stress-3.exe
965966

966967
if ENABLE_COOP
967968
CI_PR_DISABLED_TESTS += \

0 commit comments

Comments
 (0)