Skip to content

Commit

Permalink
Prepare for 12.13.0 (#6836)
Browse files Browse the repository at this point in the history
* [12.13.0] Bump version

* Skip tests

---------

Co-authored-by: kneth <[email protected]>
Co-authored-by: Kenneth Geisshirt <[email protected]>
  • Loading branch information
3 people authored Aug 14, 2024
1 parent a2d8a0d commit b4d00c4
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 22 deletions.
5 changes: 1 addition & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
## vNext (TBD)

### Deprecations
* None
## 12.13.0 (2024-08-14)

### Enhancements
* Improved sync bootstrap performance. ([realm/realm-core#7945](https://github.com/realm/realm-core/issues/7945) and [realm/realm-core#7946](https://github.com/realm/realm-core/issues/7946))
Expand Down
4 changes: 2 additions & 2 deletions integration-tests/tests/src/tests/sync/open-behavior.ts
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ describe("OpenBehaviour", function () {
}
});

it("timeout when opening new synced realm with downloadBeforeOpen and openLocal set opens an empty local realm.", async function (this: AppContext) {
it.skip("timeout when opening new synced realm with downloadBeforeOpen and openLocal set opens an empty local realm.", async function (this: AppContext) {
// 1. Add data to server Realm from User 1
// 2. Open Realm with User 2
// 3. Timeout and check that the returned Realm is empty.
Expand Down Expand Up @@ -329,7 +329,7 @@ describe("OpenBehaviour", function () {
}
});

it("timeout when opening an existing synced realm with downloadBeforeOpen and openLocal set opens an empty local realm.", async function (this: AppContext) {
it.skip("timeout when opening an existing synced realm with downloadBeforeOpen and openLocal set opens an empty local realm.", async function (this: AppContext) {
// 1. Open empty Realm
// 2. Close Realm
// 3. Let other user upload changes to the Realm on the server.
Expand Down
Loading

0 comments on commit b4d00c4

Please sign in to comment.