Disable SB format test
This commit is contained in:
parent
31429b8ff4
commit
5d0b94fdd2
1 changed files with 2 additions and 1 deletions
|
@ -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"))
|
||||
|
|
Loading…
Reference in a new issue