Skip to content

Commit

Permalink
Fixed condition
Browse files Browse the repository at this point in the history
  • Loading branch information
sakno committed Jan 13, 2024
1 parent 81e2b60 commit 69afdb1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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());
Expand Down

0 comments on commit 69afdb1

Please sign in to comment.