Skip to content

Commit 58bd799

Browse files
committed
Disable Aspire.Microsoft.Data.SqlClient.Tests
Issue: dotnet#5057
1 parent 5c13b30 commit 58bd799

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/Aspire.Microsoft.Data.SqlClient.Tests/Aspire.Microsoft.Data.SqlClient.Tests.csproj

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22

33
<PropertyGroup>
44
<TargetFramework>$(NetCurrent)</TargetFramework>
5-
<RunTestsOnHelix>true</RunTestsOnHelix>
5+
<RunTestsOnHelix>true</RunTestsOnHelix>
6+
7+
<!-- ActiveIssue: https://github.com/dotnet/aspire/issues/5057 -->
8+
<SkipTests>true</SkipTests>
69
</PropertyGroup>
710

811
<ItemGroup>

0 commit comments

Comments
 (0)