Skip to content

Commit

Permalink
Disable flaky Aspire.Elastic.Clients.Elasticsearch.Tests (#5636)
Browse files Browse the repository at this point in the history
Issue: #5634
  • Loading branch information
radical authored Sep 10, 2024
1 parent b261e94 commit 748ffcf
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

<!-- Issue: https://github.com/dotnet/aspire/issues/5634 -->
<SkipTests Condition="'$(ContinuousIntegrationBuild)' == 'true'">true</SkipTests>
<RunTestsOnHelix>false</RunTestsOnHelix>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 748ffcf

Please sign in to comment.