Skip to content

Commit

Permalink
Make the test conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
adamsitnik authored Jul 18, 2024
1 parent d9350ff commit 0de6947
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public void TestStartTimeProperty_OSX()
}
}

[Fact]
[ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))]
[PlatformSpecific(TestPlatforms.Linux | TestPlatforms.Windows)] // OSX and FreeBSD throw PNSE from StartTime
public async Task TestStartTimeProperty()
{
Expand Down

0 comments on commit 0de6947

Please sign in to comment.