Disable SB format test

This commit is contained in:
Matt Thalman 2023-10-24 15:45:25 -05:00
parent 31429b8ff4
commit 5d0b94fdd2

View file

@ -19,7 +19,8 @@ public class DotNetFormatTests : SdkTests
/// <Summary>
/// Format an unformatted project and verify that the output matches the pre-computed solution.
/// </Summary>
[Fact]
// https://github.com/dotnet/source-build/issues/3668
// [Fact]
public void FormatProject()
{
if (Config.TargetRid.Contains("alpine"))