Skip to content

Disable tests failing on amazon linux #5036

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

jmschonfeld
Copy link
Contributor

These tests are failing on amazon linux with:

Test Case 'TestDateFormatter.test_setTimeZoneToNil' started at 2024-07-30 02:30:52.313
TestFoundation/TestDateFormatter.swift:337: error: TestDateFormatter.test_setTimeZoneToNil : XCTAssertEqual failed: ("Optional(GMT)") is not equal to ("Optional(Etc/UTC)") - 
TestFoundation/TestDateFormatter.swift:340: error: TestDateFormatter.test_setTimeZoneToNil : XCTAssertEqual failed: ("Optional(GMT)") is not equal to ("Optional(Etc/UTC)") - 
Test Case 'TestDateFormatter.test_setTimeZoneToNil' failed (0.0 seconds)
Test Case 'TestTimeZone.test_systemTimeZoneUsesSystemTime' started at 2024-07-30 02:30:03.140
TestFoundation/TestTimeZone.swift:167: error: TestTimeZone.test_systemTimeZoneUsesSystemTime : XCTAssertEqual failed: ("GMT") is not equal to ("UTC") - expected name "UTC" is not equal to "GMT"
Test Case 'TestTimeZone.test_systemTimeZoneUsesSystemTime' failed (0.0 seconds)

Let's disable these tests to unblock CI while we investigate

@jmschonfeld
Copy link
Contributor Author

@swift-ci please test

@jmschonfeld jmschonfeld merged commit aa5c175 into swiftlang:main Jul 30, 2024
2 of 3 checks passed
@jmschonfeld jmschonfeld deleted the disable-failing-timezone-tests branch July 30, 2024 20:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants