Skip to content

Commit 9aee455

Browse files
authored
[release/7.0.4xx] Temporarily disabling Build_Components_WithDesktopMSBuild_Works test (#39975)
1 parent 7681b3e commit 9aee455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tests/Microsoft.NET.Sdk.Razor.Tests/BuildWithComponentsIntegrationTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public BuildWithComponentsIntegrationTest(ITestOutputHelper log) : base(log) {}
2121
[CoreMSBuildOnlyFact]
2222
public void Build_Components_WithDotNetCoreMSBuild_Works() => Build_ComponentsWorks();
2323

24-
[RequiresMSBuildVersionFact("17.7.0.25102")]
24+
[RequiresMSBuildVersionFact("17.7.0.25102", Skip = "https://github.com/dotnet/sdk/issues/39960")]
2525
public void Build_Components_WithDesktopMSBuild_Works() => Build_ComponentsWorks();
2626

2727
[Fact]

0 commit comments

Comments
 (0)