Skip to content

Commit

Permalink
ci: Skip invalid test #772
Browse files Browse the repository at this point in the history
  • Loading branch information
lo5 committed May 8, 2021
1 parent 4857458 commit 949dab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/file_upload.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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(<XFileUpload model={{ ...fileUploadProps, label: 'upload' }} />)
Expand Down

0 comments on commit 949dab2

Please sign in to comment.