Skip to content

Commit

Permalink
Disable a test on wasm until 78358 is fixed. (dotnet#78637)
Browse files Browse the repository at this point in the history
  • Loading branch information
vargaz authored Nov 21, 2022
1 parent b4d99b8 commit 1aaeb0c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1179,6 +1179,7 @@ public void var_20(XmlWriterUtils utils)
[XmlWriterInlineData(32)]
[XmlWriterInlineData(33)]
[XmlWriterInlineData(34)]
[ActiveIssue("https://github.com/dotnet/runtime/issues/78358", TestPlatforms.Browser)]
public void var_21(XmlWriterUtils utils, int param)
{
bool result = false;
Expand Down

0 comments on commit 1aaeb0c

Please sign in to comment.