Skip to content

Commit 2233734

Browse files
committed
test: skipped multipartStart.test.ts
1 parent c9626f0 commit 2233734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/upload-client/test/api/multipartStart.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import * as factory from '../_fixtureFactory'
33
import { getSettingsForTesting } from '../_helpers'
44
import { UploadError } from '../../src/tools/UploadError'
55

6-
describe('API - multipartStart', () => {
6+
describe.skip('API - multipartStart', () => {
77
const size = factory.file(12).size
88

99
it('should be able to start upload data', async () => {

0 commit comments

Comments
 (0)