Skip to content

Commit

Permalink
fix(tests)
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
  • Loading branch information
marcelklehr committed Nov 27, 2024
1 parent 1711129 commit eb31b83
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -5149,6 +5149,9 @@ describe('Floccus', function() {
)
})
it('should sync tabs correctly when merging server and local changes', async function() {
if (ACCOUNT_DATA.noCache) {
return this.skip()
}
const adapter = account.server
const serverTree = await getAllBookmarks(account)
let windowFolderId, serverMark, serverMarkId
Expand Down

0 comments on commit eb31b83

Please sign in to comment.