We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52f9ffc commit 269ccb6Copy full SHA for 269ccb6
Tests/OpenGraphCompatibilityTests/Attribute/Attribute/AnyAttributeCompatibilityTests.swift
@@ -8,7 +8,8 @@ import Testing
8
// swift-testing framework will crash here on Linux
9
// Report to upstream for investigation when we bump to 5.10
10
#if canImport(Darwin)
11
-@Suite(.disabled(if: !compatibilityTestEnabled, "Attribute is not implemented"))
+//@Suite(.disabled(if: !compatibilityTestEnabled, "Attribute is not implemented"))
12
+@Suite(.disabled("Skip flaky CI tests after #154 temporary, See more info on #157"))
13
final class AnyAttributeCompatibilityTests: AttributeTestBase {
14
@Test
15
func constantValue() throws {
0 commit comments