swiftlang / swift-foundation

The Foundation project
Apache License 2.0
2.4k stars 159 forks source link

Disable GregorianCalendarCompatibilityTests #960

Closed jmschonfeld closed 1 month ago

jmschonfeld commented 1 month ago

These tests are compatibility tests that are extensive and long running. Their goal is not to check each change but rather provide exhaustive compatibility validations and they're intended to be run at desk rather than routinely in CI. This disables the tests - they can be enabled locally to validate changes on-demand.

jmschonfeld commented 1 month ago

@swift-ci please test