[bcl-tests] Ignore test that's running out of memory (#7137)

- First appeared here: https://github.com/xamarin/xamarin-macios/pull/7127#issuecomment-536688551
- Mono issue filed here: https://github.com/mono/mono/issues/17129
This commit is contained in:
Vincent Dondain 2019-10-03 18:21:23 -04:00 коммит произвёл GitHub
Родитель 8128976084
Коммит 2600739f54
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -51,3 +51,6 @@ Platform32:System.Collections.Concurrent.Tests.ConcurrentDictionaryTests.TestRem
Platform32:System.Threading.Tasks.Tests.TaskRtTests_Core.RunLongRunningTaskTests Platform32:System.Threading.Tasks.Tests.TaskRtTests_Core.RunLongRunningTaskTests
Platform32:System.Threading.Tasks.Tests.TaskRtTests_Core.TestTaskTConstruction_tco Platform32:System.Threading.Tasks.Tests.TaskRtTests_Core.TestTaskTConstruction_tco
Platform32:Test.TaskContinueWhenAnyTests.RunContinueWhenAnyTests 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, ...])