Skip to content

Commit f81fde9

Browse files
committed
[wasm] Fix tests skipped, or not discovered due to trimming
`InlineDataDiscoverer`, and `MemberDataDiscoverer` were getting trimmed, which would cause some tests to get skipped. For example, ~9k tests in `System.Data.Common.Tests`
1 parent 0ec0210 commit f81fde9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eng/testing/ILLink.Descriptor.xunit.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<assembly fullname="Microsoft.DotNet.XUnitExtensions" />
1313
<assembly fullname="xunit.core">
1414
<namespace fullname="Xunit" />
15+
<namespace fullname="Xunit.Sdk" />
1516
</assembly>
1617
<assembly fullname="xunit.runner.utility.netcoreapp10" />
1718
</linker>

0 commit comments

Comments
 (0)