Skip to content

Commit

Permalink
[wasm] Disable broken test System.Data.Tests.XmlDataReaderTest.XmlLoa…
Browse files Browse the repository at this point in the history
…dTest

Tracked in dotnet#51369
  • Loading branch information
radical committed Apr 16, 2021
1 parent f81fde9 commit f33e181
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ namespace System.Data.Tests
public class XmlDataReaderTest
{
[Fact]
[ActiveIssue("https:/dotnet/runtime/issues/51369", TestPlatforms.Browser)]
public void XmlLoadTest()
{
var ds = new DataSet();
Expand Down

0 comments on commit f33e181

Please sign in to comment.