From 269ccb6f3f65d0983fa7645c7731d1af01ef82f2 Mon Sep 17 00:00:00 2001 From: Kyle Date: Tue, 5 Aug 2025 00:46:31 +0800 Subject: [PATCH] Skip a flaky test case --- .../Attribute/Attribute/AnyAttributeCompatibilityTests.swift | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Tests/OpenGraphCompatibilityTests/Attribute/Attribute/AnyAttributeCompatibilityTests.swift b/Tests/OpenGraphCompatibilityTests/Attribute/Attribute/AnyAttributeCompatibilityTests.swift index cdde39ff..e45476fb 100644 --- a/Tests/OpenGraphCompatibilityTests/Attribute/Attribute/AnyAttributeCompatibilityTests.swift +++ b/Tests/OpenGraphCompatibilityTests/Attribute/Attribute/AnyAttributeCompatibilityTests.swift @@ -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 {