Skip to content

Commit 269ccb6

Browse files
committed
Skip a flaky test case
1 parent 52f9ffc commit 269ccb6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Tests/OpenGraphCompatibilityTests/Attribute/Attribute/AnyAttributeCompatibilityTests.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ import Testing
88
// swift-testing framework will crash here on Linux
99
// Report to upstream for investigation when we bump to 5.10
1010
#if canImport(Darwin)
11-
@Suite(.disabled(if: !compatibilityTestEnabled, "Attribute is not implemented"))
11+
//@Suite(.disabled(if: !compatibilityTestEnabled, "Attribute is not implemented"))
12+
@Suite(.disabled("Skip flaky CI tests after #154 temporary, See more info on #157"))
1213
final class AnyAttributeCompatibilityTests: AttributeTestBase {
1314
@Test
1415
func constantValue() throws {

0 commit comments

Comments
 (0)