Skip to content

Commit

Permalink
[tests] Disable flaky block_guard_restore_aligment_on_exit.exe on Win…
Browse files Browse the repository at this point in the history
…dows PRs

See #12839

(cherry picked from commit 004deaf)
  • Loading branch information
akoeplinger committed Feb 7, 2019
1 parent 034f1d6 commit 35aea5b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mono/tests/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -1679,6 +1679,11 @@ CI_PR_DISABLED_TESTS += process-stress-2.exe
# https://github.com/mono/mono/issues/11417
CI_PR_DISABLED_TESTS += process-stress-3.exe

if HOST_WIN32
# https://github.com/mono/mono/issues/12839
CI_PR_DISABLED_TESTS += block_guard_restore_aligment_on_exit.exe
endif

# appdomain-threadpool-unload.exe creates 100 appdomains, takes too long with llvm
LLVM_DISABLED_TESTS = \
finally_block_ending_in_dead_bb.exe \
Expand Down

0 comments on commit 35aea5b

Please sign in to comment.