Skip to content

Commit 465862b

Browse files
Enable some integration tests
The functionality they depended on is now implemented.
1 parent 357287d commit 465862b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Tests/AblyLiveObjectsTests/JS Integration Tests/ObjectsIntegrationTests.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ private struct ObjectsIntegrationTests {
518518
},
519519
),
520520
.init(
521-
disabled: true, // This relies on the LiveMap.get returning `nil` when the referenced object's internal `tombstone` flag is true; this is not yet specified, have asked in https://ably-real-time.slack.com/archives/D067YAXGYQ5/p1751376526929339
521+
disabled: false,
522522
allTransportsAndProtocols: false,
523523
description: "OBJECT_SYNC sequence with object state \"tombstone\" property creates tombstoned object",
524524
action: { ctx in
@@ -574,7 +574,7 @@ private struct ObjectsIntegrationTests {
574574
},
575575
),
576576
.init(
577-
disabled: true, // Uses LiveMap.subscribe (through waitForMapKeyUpdate) which we haven't implemented yet. It also seems to rely on the same internal `tombstone` flag as the previous test.
577+
disabled: false,
578578
allTransportsAndProtocols: true,
579579
description: "OBJECT_SYNC sequence with object state \"tombstone\" property deletes existing object",
580580
action: { ctx in
@@ -628,7 +628,7 @@ private struct ObjectsIntegrationTests {
628628
},
629629
),
630630
.init(
631-
disabled: true, // Uses LiveMap.subscribe (through waitForMapKeyUpdate) which we haven't implemented yet
631+
disabled: false,
632632
allTransportsAndProtocols: true,
633633
description: "OBJECT_SYNC sequence with object state \"tombstone\" property triggers subscription callback for existing object",
634634
action: { ctx in

0 commit comments

Comments
 (0)