Skip to content

Commit

Permalink
[wasm] Disable broken test System.Xml.Tests.CTransformRegressionTest.…
Browse files Browse the repository at this point in the history
…RegressionTest1

.. tracked in dotnet#51244 .
  • Loading branch information
radical committed Apr 14, 2021
1 parent a741040 commit 867a381
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3331,6 +3331,7 @@ public CTransformRegressionTest(ITestOutputHelper output) : base(output)
}

//[Variation("Bug398968 - Globalization is broken for document() function")]
[ActiveIssue("https://github.com/dotnet/runtime/issues/51244", TestPlatforms.Browser)]
[InlineData(XslInputType.URI, ReaderType.XmlValidatingReader, OutputType.Stream, NavType.XPathDocument)]
[Theory]
public void RegressionTest1(XslInputType xslInputType, ReaderType readerType, OutputType outputType, NavType navType)
Expand Down

0 comments on commit 867a381

Please sign in to comment.