You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
513
+
disabled:false,
514
514
allTransportsAndProtocols:false,
515
515
description:"OBJECT_SYNC sequence with object state \"tombstone\" property creates tombstoned object",
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.
569
+
disabled:false,
570
570
allTransportsAndProtocols:true,
571
571
description:"OBJECT_SYNC sequence with object state \"tombstone\" property deletes existing object",
0 commit comments