From c1dbfbe35b8b28c36f0c92ffe164a9d019e767c1 Mon Sep 17 00:00:00 2001 From: Jeremy Schonfeld Date: Wed, 2 Oct 2024 15:56:43 -0700 Subject: [PATCH] Disable GregorianCalendarCompatibilityTests --- Tests/FoundationInternationalizationTests/CalendarTests.swift | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Tests/FoundationInternationalizationTests/CalendarTests.swift b/Tests/FoundationInternationalizationTests/CalendarTests.swift index 0d8efe1c7..3c91457af 100644 --- a/Tests/FoundationInternationalizationTests/CalendarTests.swift +++ b/Tests/FoundationInternationalizationTests/CalendarTests.swift @@ -1278,6 +1278,7 @@ final class CalendarBridgingTests : XCTestCase { // This test validates the results against FoundationInternationalization's calendar implementation temporarily until we completely ported the calendar +#if false // Disabled because these tests are extensive and have long runtimes to validate full compatibility, they can be enabled locally to validate changes final class GregorianCalendarCompatibilityTests: XCTestCase { func testDateFromComponentsCompatibility() { @@ -2345,3 +2346,4 @@ final class GregorianCalendarCompatibilityTests: XCTestCase { } } +#endif