-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Skip failing test in TestCommandTests.swift
#8553
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
Conversation
rdar://149936169
@swift-ci test |
@@ -577,6 +577,7 @@ class TestCommandTestCase: CommandsBuildProviderTestCase { | |||
} | |||
|
|||
func testFatalErrorDisplayedCorrectNumberOfTimesWhenSingleXCTestHasFatalErrorInBuildCompilation() async throws { | |||
try XCTSkipIfCI() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
According to the PR description, this is only failing on Amazon Linux 2, but the test is being disabled for all platform - this is less than ideal.
Can we follow an approach similar to #8546 to disable test only on platforms where tests are failing?
Looking at the Jenkins console log, the test output is as follows
The test output indicates a failure occurred while build the example Swift Package used in the test, which could mean a regression may have been introduced in the Amazon Linux 2 toolchain build. |
rdar://149936169
This test is currently failing on CI (https://ci.swift.org/job/oss-swift-package-amazon-linux-2-aarch64/4188) and blocks toolchain builds for swift.org.