We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9626f0 commit cca21dcCopy full SHA for cca21dc
packages/upload-client/test/api/multipartStart.test.ts
@@ -3,7 +3,7 @@ import * as factory from '../_fixtureFactory'
3
import { getSettingsForTesting } from '../_helpers'
4
import { UploadError } from '../../src/tools/UploadError'
5
6
-describe('API - multipartStart', () => {
+describe.skip('API - multipartStart', () => {
7
const size = factory.file(12).size
8
9
it('should be able to start upload data', async () => {
0 commit comments