Skip to content

Commit 7dc70b5

Browse files
committed
Disable DynamicPropertyCacheTests on OAG
1 parent b664d02 commit 7dc70b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/OpenSwiftUICoreTests/Data/DynamicProperty/DynamicPropertyCacheTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import OpenAttributeGraphShims
66
@testable import OpenSwiftUICore
77
import Testing
88

9-
@Suite
9+
@Suite(.enabled(if: attributeGraphEnabled)) // FIXME: Change to swiftToolchainSupported when we implement forEachField
1010
struct DynamicPropertyCacheTests {
1111
@Test
1212
func size() {

0 commit comments

Comments
 (0)