Skip to content

Commit 3725bfc

Browse files
authored
[browser][MT] Disable ChangeLocalTimeZone on MT (#101227)
* Disable ChangeLocalTimeZone for MT * Fix ConditionalTheory check
1 parent 8dda604 commit 3725bfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libraries/System.Runtime/tests/System.Runtime.Tests/System/TimeZoneInfoTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3060,7 +3060,7 @@ public static void TestTimeZoneIdBackwardCompatibility(string oldId, string curr
30603060
// Note we cannot test the DisplayName, as it will contain the ID.
30613061
}
30623062

3063-
[Theory]
3063+
[ConditionalTheory(typeof(PlatformDetection), nameof(PlatformDetection.IsNotWasmThreadingSupported))]
30643064
[PlatformSpecific(TestPlatforms.Browser)]
30653065
[InlineData("America/Buenos_Aires")]
30663066
[InlineData("America/Catamarca")]

0 commit comments

Comments
 (0)