Skip to content

Commit

Permalink
[wasm][AOT] Fix System.Buffers.Tests path
Browse files Browse the repository at this point in the history
This will allow the System.Buffers.Tests to run with AOT on CI

authored by: @mdh1418
  • Loading branch information
radical committed Mar 17, 2021
1 parent 067dff2 commit 4ad61c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libraries/tests.proj
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@

<!-- Run only a small randomly chosen set of passing test suites on CI because running all suites is expected to take longer than a day -->
<ProjectExclusions Include="$(MSBuildThisFileDirectory)*\tests\**\*.Tests.csproj" />
<ProjectExclusions Remove="$(MSBuildThisFileDirectory)System.Buffer.Tests\tests\System.Buffer.Tests.csproj" />
<ProjectExclusions Remove="$(MSBuildThisFileDirectory)System.Buffers\tests\System.Buffers.Tests.csproj" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 4ad61c1

Please sign in to comment.