From 1a14e05e21e850249193c86ba94fffd00ef9b43a Mon Sep 17 00:00:00 2001 From: Anandhan Rajagopal <97146406+anandhan-rajagopal@users.noreply.github.com> Date: Wed, 9 Jul 2025 16:49:45 +0530 Subject: [PATCH] Update Geocoding_Tests.cs --- src/Essentials/test/DeviceTests/Tests/Geocoding_Tests.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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)