[gardening] Skip vm/dart/in_memory_elf_test on windows debug aot bots - it's flaky and too slow.

Fixes https://github.com/dart-lang/sdk/issues/54275
TEST=ci

Change-Id: I344598f1305ac1df5e604aa72b1c80edace5e4ff
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/340287
Commit-Queue: Alexander Aprelev <aam@google.com>
Reviewed-by: Ryan Macnak <rmacnak@google.com>
This commit is contained in:
Alexander Aprelev 2023-12-08 00:44:02 +00:00 committed by Commit Queue
parent 004f564f40
commit 543dbdd708

View file

@ -292,6 +292,9 @@ dart/spawn_shutdown_test: SkipSlow
[ $compiler == dartkp && ($sanitizer == tsan || $simulator) ]
dart/regress_45898_test: Pass, Slow
[ $mode == debug && $runtime == dart_precompiled && $system == windows ]
in_memory_elf_test: Skip # dartbug.com/54275 - the test causes purple aot bots
[ $mode == debug && $system == windows ]
dart/spawn_shutdown_test: Skip # Flaky crashes unable to start thread; likely low memory on the bot.