Skip to content

Commit f33e181

Browse files
committed
[wasm] Disable broken test System.Data.Tests.XmlDataReaderTest.XmlLoadTest
Tracked in #51369
1 parent f81fde9 commit f33e181

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libraries/System.Data.Common/tests/System/Data/XmlDataReaderTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ namespace System.Data.Tests
3434
public class XmlDataReaderTest
3535
{
3636
[Fact]
37+
[ActiveIssue("https://github.com/dotnet/runtime/issues/51369", TestPlatforms.Browser)]
3738
public void XmlLoadTest()
3839
{
3940
var ds = new DataSet();

0 commit comments

Comments
 (0)