Skip to content

Commit d3bc7e8

Browse files
committed
test: Skip hierarhcy reversals 2 test for linkwarden
Signed-off-by: Marcel Klehr <[email protected]>
1 parent 7aeea0f commit d3bc7e8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/test/test.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4218,6 +4218,9 @@ describe('Floccus', function() {
42184218
)
42194219
})
42204220
it('should handle complex hierarchy reversals 2', async function() {
4221+
if (ACCOUNT_DATA.type === 'linkwarden') {
4222+
return this.skip()
4223+
}
42214224
const localRoot = account1.getData().localRoot
42224225
const aFolder = await browser.bookmarks.create({
42234226
title: 'a',

0 commit comments

Comments
 (0)