Skip to content

Commit

Permalink
Disable VB tests
Browse files Browse the repository at this point in the history
See #30820
  • Loading branch information
AndriySvyryd committed May 3, 2023
1 parent bd59d2c commit a3076fc
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
<RootNamespace>Microsoft.EntityFrameworkCore</RootNamespace>
<TargetFramework>net7.0</TargetFramework>
<AssemblyName>Microsoft.EntityFrameworkCore.VisualBasic.FunctionalTests</AssemblyName>
<SkipTests Condition="'$(OS)' != 'Windows_NT' AND '$(Test__SqlServer__DefaultConnection)' == ''">True</SkipTests>
<!-- Skipping flaky tests due to #30820 -->
<SkipTests>True</SkipTests>
<LangVersion>latest</LangVersion>
</PropertyGroup>

Expand Down

0 comments on commit a3076fc

Please sign in to comment.