[Tests] Ignore BCL tests on 32b that fail due to threads failing to be created. (#7319)

Related mono issue: https://github.com/mono/mono/issues/17588
This commit is contained in:
monojenkins 2019-10-29 13:20:49 +01:00 коммит произвёл Manuel de la Pena
Родитель 95dd97c70c
Коммит 88f78f9a05
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -54,3 +54,5 @@ Platform32:Test.TaskContinueWhenAnyTests.RunContinueWhenAnyTests
# Test running out of memory
Platform32:System.Collections.Tests.BitArray_OperatorsTests.Xor_Operator(l: [False, True, False, True, False, ...], r: [True, True, True, True, True, ...], expected: [True, False, True, False, True, ...])
# Test fails because the threadpool cannot create more threads. Mono issue: https://github.com/mono/mono/issues/17588
Platform32:System.Threading.Tasks.Tests.CancelWait.TaskCancelWaitTestCases.TaskCancelWait16