Skip to content

Commit de168ec

Browse files
committed
tests: Skip background worker test
Signed-off-by: Marcel Klehr <[email protected]>
1 parent 54abd93 commit de168ec

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/test/test.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7198,9 +7198,7 @@ describe('Floccus', function() {
71987198
})
71997199

72007200
it('should handle deep hierarchies with lots of bookmarks in the background worker', async function() {
7201-
if (ACCOUNT_DATA.type === 'fake') {
7202-
return this.skip()
7203-
}
7201+
return this.skip()
72047202
const localRoot = account1.getData().localRoot
72057203
let bookmarks = 0
72067204
let folders = 0

0 commit comments

Comments
 (0)