From 69afdb1eccd840816531dd1e0a28102654cb3d2a Mon Sep 17 00:00:00 2001 From: sakno Date: Sat, 13 Jan 2024 21:42:57 +0200 Subject: [PATCH] Fixed condition --- .../CommandLine/CommandLineMaintenanceInterfaceHostTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DotNext.Tests/Maintenance/CommandLine/CommandLineMaintenanceInterfaceHostTests.cs b/src/DotNext.Tests/Maintenance/CommandLine/CommandLineMaintenanceInterfaceHostTests.cs index e19ffda56..a990d104d 100644 --- a/src/DotNext.Tests/Maintenance/CommandLine/CommandLineMaintenanceInterfaceHostTests.cs +++ b/src/DotNext.Tests/Maintenance/CommandLine/CommandLineMaintenanceInterfaceHostTests.cs @@ -56,7 +56,7 @@ public static async Task DefaultCommandsAsync(string request, string response) await host.StopAsync(); } - [Fact] + [PlatformSpecificFact("linux")] public static async Task UdsEndpointAuthentication() { var unixDomainSocketPath = Path.Combine(Path.GetTempPath(), Path.GetRandomFileName());