Skip to content

Commit 7e77676

Browse files
committed
disable System.Data.DataSetExtensions.Tests on NativeAOT (unsupported reflection use)
1 parent 0a37b4b commit 7e77676

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/libraries/tests.proj

+2
Original file line numberDiff line numberDiff line change
@@ -492,6 +492,8 @@
492492
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Net.Mail\tests\Functional\System.Net.Mail.Functional.Tests.csproj"
493493
Condition="'$(TargetOS)' == 'windows'"/>
494494

495+
<ProjectExclusions Include="$(MSBuildThisFileDirectory)libraries\System.Data.DataSetExtensions\tests\System.Data.DataSetExtensions.Tests.csproj" />
496+
495497
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Net.Http.Json\tests\FunctionalTests\System.Net.Http.Json.Functional.Tests.csproj" />
496498
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Linq.Parallel\tests\System.Linq.Parallel.Tests.csproj" />
497499
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Text.Json\tests\System.Text.Json.Tests\System.Text.Json.Tests.csproj" />

0 commit comments

Comments
 (0)