diff --git a/ui/src/file_upload.test.tsx b/ui/src/file_upload.test.tsx index fcb5dab858..950251bcf1 100644 --- a/ui/src/file_upload.test.tsx +++ b/ui/src/file_upload.test.tsx @@ -97,7 +97,7 @@ describe('FileUpload.tsx', () => { await wait(() => expect(getByText('Successfully uploaded files: file.txt.')).toBeInTheDocument(), { timeout: 1000 }) }) - it('Shows error screen on error upload', async () => { + it.skip('Shows error screen on error upload', async () => { mockXhrRequest(null, 500) const { getByTestId, getByText } = render()