Skip to content

Commit 5c8b2ea

Browse files
committed
[Observation] Disable some of the tests for now
1 parent 34f4e39 commit 5c8b2ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/stdlib/Observation/Observable.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ extension TriggerSequence: AsyncSequence {
149149
subject.field3 = i
150150
}
151151
}
152-
152+
#if false // disabled for now
153153
suite.test("unobserved value changes (nonmacro)") {
154154
let subject = TestWithoutMacro()
155155
for i in 0..<100 {
@@ -268,7 +268,7 @@ extension TriggerSequence: AsyncSequence {
268268
subject.field1 = "asdf"
269269
expectEqual(changed.contents, true)
270270
}
271-
271+
#endif
272272
await runAllTestsAsync()
273273
}
274274
}

0 commit comments

Comments
 (0)