Skip to content

Commit

Permalink
Mark NoBackwardTimeZones as ConditionalFact (#107086)
Browse files Browse the repository at this point in the history
Otherwise the test will fail instead of be skipped when a SkipTestException is raised.
  • Loading branch information
akoeplinger authored Aug 28, 2024
1 parent c655529 commit 7716d81
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3169,7 +3169,7 @@ public static void AdjustmentRuleBaseUtcOffsetDeltaTest()
Assert.Equal(new TimeSpan(2, 0, 0), customTimeZone.GetUtcOffset(new DateTime(2021, 3, 10, 2, 0, 0)));
}

[Fact]
[ConditionalFact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/64111", TestPlatforms.Linux)]
public static void NoBackwardTimeZones()
{
Expand Down

0 comments on commit 7716d81

Please sign in to comment.