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
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ import Testing
// swift-testing framework will crash here on Linux
// Report to upstream for investigation when we bump to 5.10
#if canImport(Darwin)
@Suite(.disabled(if: !compatibilityTestEnabled, "Attribute is not implemented"))
//@Suite(.disabled(if: !compatibilityTestEnabled, "Attribute is not implemented"))
@Suite(.disabled("Skip flaky CI tests after #154 temporary, See more info on #157"))
final class AnyAttributeCompatibilityTests: AttributeTestBase {
@Test
func constantValue() throws {
Expand Down