Skip to content

Commit

Permalink
[browser][MT] Disable ChangeLocalTimeZone on MT (#101227)
Browse files Browse the repository at this point in the history
* Disable ChangeLocalTimeZone for MT

* Fix ConditionalTheory check
  • Loading branch information
mkhamoyan authored Apr 18, 2024
1 parent 8dda604 commit 3725bfc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3060,7 +3060,7 @@ public static void TestTimeZoneIdBackwardCompatibility(string oldId, string curr
// Note we cannot test the DisplayName, as it will contain the ID.
}

[Theory]
[ConditionalTheory(typeof(PlatformDetection), nameof(PlatformDetection.IsNotWasmThreadingSupported))]
[PlatformSpecific(TestPlatforms.Browser)]
[InlineData("America/Buenos_Aires")]
[InlineData("America/Catamarca")]
Expand Down

0 comments on commit 3725bfc

Please sign in to comment.