diff --git a/src/Essentials/test/DeviceTests/Tests/Geocoding_Tests.cs b/src/Essentials/test/DeviceTests/Tests/Geocoding_Tests.cs index 2aa9f9bab6d5..0b6c231d2e28 100644 --- a/src/Essentials/test/DeviceTests/Tests/Geocoding_Tests.cs +++ b/src/Essentials/test/DeviceTests/Tests/Geocoding_Tests.cs @@ -15,7 +15,10 @@ public Geocoding_Tests() ApplicationModel.Platform.MapServiceToken = "RJHqIE53Onrqons5CNOx~FrDr3XhjDTyEXEjng-CRoA~Aj69MhNManYUKxo6QcwZ0wmXBtyva0zwuHB04rFYAPf7qqGJ5cHb03RCDw1jIW8l"; #endif } -#if !ANDROID + +// Temporarily disabling this test on Windows due to consistent CI failures. +// See https://github.com/dotnet/maui/issues/30507 for tracking re-enablement. +#if !ANDROID && !WINDOWS [Theory] [InlineData(47.673988, -122.121513)] public async Task Get_Placemarks_LatLong(double latitude, double longitude)