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 b664d02 commit 7dc70b5Copy full SHA for 7dc70b5
Tests/OpenSwiftUICoreTests/Data/DynamicProperty/DynamicPropertyCacheTests.swift
@@ -6,7 +6,7 @@ import OpenAttributeGraphShims
6
@testable import OpenSwiftUICore
7
import Testing
8
9
-@Suite
+@Suite(.enabled(if: attributeGraphEnabled)) // FIXME: Change to swiftToolchainSupported when we implement forEachField
10
struct DynamicPropertyCacheTests {
11
@Test
12
func size() {
0 commit comments