From 221e0684741d21885150050b5578c3623c71d67c Mon Sep 17 00:00:00 2001 From: Andy Zivkovic Date: Tue, 1 Oct 2024 11:17:44 +0930 Subject: [PATCH] Skip test on Linux --- .../Dotnet.Integration.Test/DotnetRestoreTests.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/NuGet.Core.FuncTests/Dotnet.Integration.Test/DotnetRestoreTests.cs b/test/NuGet.Core.FuncTests/Dotnet.Integration.Test/DotnetRestoreTests.cs index 9771a4e7587..6a485146cf6 100644 --- a/test/NuGet.Core.FuncTests/Dotnet.Integration.Test/DotnetRestoreTests.cs +++ b/test/NuGet.Core.FuncTests/Dotnet.Integration.Test/DotnetRestoreTests.cs @@ -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