Skip to content

Commit f2ae53f

Browse files
authored
Skip Test Blocking Codeflow (#41029)
2 parents 94aa8c5 + edff81c commit f2ae53f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tests/Microsoft.NET.Publish.Tests/GivenThatWeWantToRunILLink.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public void ILLink_runs_and_creates_linked_app(string targetFramework, bool refe
9595
DoesDepsFileHaveAssembly(depsFile, unusedFrameworkAssembly).Should().BeFalse();
9696
}
9797

98-
[RequiresMSBuildVersionTheory("17.0.0.32901")]
98+
[RequiresMSBuildVersionTheory("17.0.0.32901", Skip = "https://github.com/dotnet/sdk/issues/40882")]
9999
[MemberData(nameof(SupportedTfms), MemberType = typeof(PublishTestUtils))]
100100
public void ILLink_links_simple_app_without_analysis_warnings_and_it_runs(string targetFramework)
101101
{

0 commit comments

Comments
 (0)