Skip to content

Commit

Permalink
disable tests on helix
Browse files Browse the repository at this point in the history
  • Loading branch information
radical committed Jul 24, 2024
1 parent 58bd799 commit b3a5b7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

<PropertyGroup>
<TargetFramework>$(NetCurrent)</TargetFramework>
<RunTestsOnHelix>true</RunTestsOnHelix>

<!-- ActiveIssue: https://github.com/dotnet/aspire/issues/5057 -->
<RunTestsOnHelix>false</RunTestsOnHelix>
<SkipTests>true</SkipTests>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

<PropertyGroup>
<TargetFramework>$(NetCurrent)</TargetFramework>
<RunTestsOnHelix>true</RunTestsOnHelix>

<!-- ActiveIssue: https://github.com/dotnet/aspire/issues/5057 -->
<RunTestsOnHelix>false</RunTestsOnHelix>
<SkipTests>true</SkipTests>
</PropertyGroup>

Expand Down

0 comments on commit b3a5b7a

Please sign in to comment.