Disable a test on wasm until 78358 is fixed. (#78637)
authorZoltan Varga <vargaz@gmail.com>
Mon, 21 Nov 2022 19:37:39 +0000 (14:37 -0500)
committerGitHub <noreply@github.com>
Mon, 21 Nov 2022 19:37:39 +0000 (14:37 -0500)
src/libraries/System.Private.Xml/tests/Writers/XmlWriterApi/ErrorCondition.cs

index f26708f..c2110ad 100644 (file)
@@ -1179,6 +1179,7 @@ namespace System.Xml.XmlWriterApiTests
         [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;