Disable failing System.Text.Json tests on Android x86 and on Browser with threading...
authorSimon Rozsival <simon@rozsival.com>
Fri, 22 Jul 2022 18:54:00 +0000 (20:54 +0200)
committerGitHub <noreply@github.com>
Fri, 22 Jul 2022 18:54:00 +0000 (20:54 +0200)
commit391d1439e7bad1441987a519c2023ce7bafcabe8
treed5df4fc697a5170541d556bda221f1881e454487
parenta8e3e7db5a9404f788757a40bd231d2a29e96902
Disable failing System.Text.Json tests on Android x86 and on Browser with threading enabled (#72664)

* Disable tests failing on Android x86

* Disable test projects timing out on multi-threaded Browser lanes

* Disable more tests on Android x86

* Replace conditional fact with active issue

* Fix build

* Disable 5 additional failing Android x86 tests
src/libraries/Common/tests/TestUtilities/System/PlatformDetection.cs
src/libraries/System.Text.Json/tests/Common/ConstructorTests/ConstructorTests.Cache.cs
src/libraries/System.Text.Json/tests/Common/ConstructorTests/ConstructorTests.Stream.cs
src/libraries/System.Text.Json/tests/System.Text.Json.Tests/JsonNode/JsonNodeOperatorTests.cs
src/libraries/System.Text.Json/tests/System.Text.Json.Tests/Serialization/ContinuationTests.cs
src/libraries/System.Text.Json/tests/System.Text.Json.Tests/Serialization/NumberHandlingTests.cs
src/libraries/System.Text.Json/tests/System.Text.Json.Tests/Utf8JsonReaderTests.TryGet.cs
src/libraries/tests.proj