Disable failing System.Text.Json tests on Android x86 and on Browser with threading enabled#72664
Conversation
|
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsOn Android x86, there is a problem with deserialization of doubles. This PR disables these tests. /cc @radical
|
|
/azp run runtime-extra-platforms |
|
Tagging subscribers to 'arch-android': @steveisok, @akoeplinger Issue DetailsOn Android x86, there is a problem with deserialization of doubles. This PR disables these tests. /cc @radical
|
|
Azure Pipelines successfully started running 1 pipeline(s). |
krwq
left a comment
There was a problem hiding this comment.
Are you sure those are the only tests failing? (or most frequent) AFAIK most of our intermittent failures used to happen in random tests and random tests happened to manifest the issue. Approving since this is scoped to Android X86
|
/azp run runtime-wasm |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run runtime-extra-platforms |
|
/azp run runtime-wasm |
|
Azure Pipelines successfully started running 1 pipeline(s). |
1 similar comment
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run runtime-extra-platforms |
|
/azp run runtime-wasm |
|
Azure Pipelines successfully started running 1 pipeline(s). |
1 similar comment
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run runtime-extra-platforms |
|
/azp run runtime-wasm |
|
Azure Pipelines successfully started running 1 pipeline(s). |
1 similar comment
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
cc @karelz |
On Android x86, there is a problem with deserialization of doubles.
On Browser with multi-threading enabled, the System.Text.Json tests are timeouting.
This PR disables these tests.
Ref #72101
Ref #65723
/cc @radical