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 34f4e39 commit 5c8b2eaCopy full SHA for 5c8b2ea
test/stdlib/Observation/Observable.swift
@@ -149,7 +149,7 @@ extension TriggerSequence: AsyncSequence {
149
subject.field3 = i
150
}
151
152
-
+#if false // disabled for now
153
suite.test("unobserved value changes (nonmacro)") {
154
let subject = TestWithoutMacro()
155
for i in 0..<100 {
@@ -268,7 +268,7 @@ extension TriggerSequence: AsyncSequence {
268
subject.field1 = "asdf"
269
expectEqual(changed.contents, true)
270
271
+#endif
272
await runAllTestsAsync()
273
274
0 commit comments