Re-enable dotnet-format tests on Alpine (#17582)
This commit is contained in:
parent
2526514cd4
commit
fe64b50ba3
1 changed files with 0 additions and 6 deletions
|
@ -22,12 +22,6 @@ public class DotNetFormatTests : SdkTests
|
|||
[Fact]
|
||||
public void FormatProject()
|
||||
{
|
||||
if (Config.TargetRid.Contains("alpine"))
|
||||
{
|
||||
// Skipping this test on Alpine due to https://github.com/dotnet/format/issues/1945
|
||||
return;
|
||||
}
|
||||
|
||||
string unformattedCsFilePath = Path.Combine(BaselineHelper.GetAssetsDirectory(), UnformattedFileName);
|
||||
|
||||
string projectDirectory = DotNetHelper.ExecuteNew("console", nameof(FormatProject), "C#");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue