Skip to content

Commit

Permalink
Skip test on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
zivkan committed Oct 1, 2024
1 parent ae0b847 commit 221e068
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2696,7 +2696,8 @@ public async Task DotnetRestore_WithMultiTargettingProject_WhenTargetFrameworkIs
allTargets.Should().Contain(condition);
}

[Fact]
// https://github.com/NuGet/Home/issues/13829
[PlatformFact(SkipPlatform = Platform.Linux)]
public async Task DotnetRestore_WithServerProvidingAuditData_RestoreTaskReturnsCountProperties()
{
// Arrange
Expand Down

0 comments on commit 221e068

Please sign in to comment.