Skip to content

Commit

Permalink
Enable dotnet-format test for SB (#46331)
Browse files Browse the repository at this point in the history
  • Loading branch information
mthalman authored Jan 29, 2025
1 parent 28b5bb8 commit 1769c35
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ public DotNetFormatTests(ITestOutputHelper outputHelper) : base(outputHelper) {
/// <Summary>
/// Format an unformatted project and verify that the output matches the pre-computed solution.
/// </Summary>
// Disabled due to https://github.com/dotnet/roslyn/issues/76797
// [Fact]
[Fact]
public void FormatProject()
{
if (DotNetHelper.IsMonoRuntime)
Expand Down

0 comments on commit 1769c35

Please sign in to comment.