Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Tests/FoundationInternationalizationTests/CalendarTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down Expand Up @@ -2345,3 +2346,4 @@ final class GregorianCalendarCompatibilityTests: XCTestCase {
}

}
#endif