Skip to content

Commit

Permalink
test(FilesViewer): Skip flaky test
Browse files Browse the repository at this point in the history
This test file still creates a flaky test, so I'm skipping it until I figure out how to fix it #2910
  • Loading branch information
cballevre committed Jul 24, 2023
1 parent 69c854c commit 2eab00f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drive/web/modules/viewer/FilesViewer.spec.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ describe('FilesViewer', () => {
)
})

it('should fetch more files if necessary', async () => {
it.skip('should fetch more files if necessary', async () => {
const client = new CozyClient({})
client.query = jest.fn().mockResolvedValue({
data: generateFile({ i: '51' })
Expand Down

0 comments on commit 2eab00f

Please sign in to comment.