Skip to content

Commit e7d6042

Browse files
authored
Disable GregorianCalendarCompatibilityTests (#960)
1 parent ee1630a commit e7d6042

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Tests/FoundationInternationalizationTests/CalendarTests.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1278,6 +1278,7 @@ final class CalendarBridgingTests : XCTestCase {
12781278

12791279

12801280
// This test validates the results against FoundationInternationalization's calendar implementation temporarily until we completely ported the calendar
1281+
#if false // Disabled because these tests are extensive and have long runtimes to validate full compatibility, they can be enabled locally to validate changes
12811282
final class GregorianCalendarCompatibilityTests: XCTestCase {
12821283

12831284
func testDateFromComponentsCompatibility() {
@@ -2345,3 +2346,4 @@ final class GregorianCalendarCompatibilityTests: XCTestCase {
23452346
}
23462347

23472348
}
2349+
#endif

0 commit comments

Comments
 (0)