[tests] Ignore the FSEventStream tests on the bots. Fixes xamarin/maccore@2630. (#19045)

They fail randomly, and there doesn't seem to be a way to fix that as
far as I can figure out.

Fixes https://github.com/xamarin/maccore/issues/2630.
This commit is contained in:
Rolf Bjarne Kvinge 2023-09-19 10:22:06 +02:00 коммит произвёл GitHub
Родитель e540b51bf5
Коммит 6ea2c4c8bc
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -75,6 +75,7 @@ namespace MonoTouchFixtures.CoreServices {
static void RunTest (FSEventStreamCreateFlags createFlags)
{
TestRuntime.IgnoreInCI ("This test fails randomly on the bots, potentially due to (randomly) high CPU usage.");
using var monitor = new TestFSMonitor (
Xamarin.Cache.CreateTemporaryDirectory (),
createFlags,