Skip to content

Commit

Permalink
Merge pull request #74831 from dibarbet/skip_test
Browse files Browse the repository at this point in the history
Skip ValidateVisualBasicTemplateProjects failing on CI due to AVE
  • Loading branch information
dibarbet authored Aug 22, 2024
2 parents 854d84d + c7ee240 commit 156b144
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public async Task ValidateCSharpTemplateProjects(string templateName)
await AssertTemplateProjectLoadsCleanlyAsync(templateName, LanguageNames.CSharp);
}

[ConditionalTheory(typeof(DotNetSdkMSBuildInstalled))]
[ConditionalTheory(typeof(DotNetSdkMSBuildInstalled), AlwaysSkip = "https://github.com/dotnet/roslyn/issues/74827")]
[MemberData(nameof(GetVisualBasicProjectTemplateNames), DisableDiscoveryEnumeration = false)]
public async Task ValidateVisualBasicTemplateProjects(string templateName)
{
Expand Down

0 comments on commit 156b144

Please sign in to comment.