diff --git a/packages/@uppy/transloadit/src/index.test.js b/packages/@uppy/transloadit/src/index.test.js index 348cfe8909..5a954a4d32 100644 --- a/packages/@uppy/transloadit/src/index.test.js +++ b/packages/@uppy/transloadit/src/index.test.js @@ -97,8 +97,7 @@ describe('Transloadit', () => { ) }) - // For some reason this test doesn't pass on CI - it.skip('Can start an assembly with no files and no fields', async () => { + it('Can start an assembly with no files and no fields', async () => { const server = createServer((req, res) => { res.setHeader('Access-Control-Allow-Origin', '*') res.setHeader('Access-Control-Allow-Headers', '*') @@ -123,8 +122,7 @@ describe('Transloadit', () => { await new Promise((resolve) => server.close(resolve)) }) - // For some reason this test doesn't pass on CI - it.skip('Can start an assembly with no files and some fields', async () => { + it('Can start an assembly with no files and some fields', async () => { const server = createServer((req, res) => { res.setHeader('Access-Control-Allow-Origin', '*') res.setHeader('Access-Control-Allow-Headers', '*')