diff --git a/test/integration/__tests__/live-api.js b/test/integration/__tests__/live-api.js index e84b404..a85bfee 100644 --- a/test/integration/__tests__/live-api.js +++ b/test/integration/__tests__/live-api.js @@ -365,7 +365,7 @@ describe('API integration', () => { }) describe('assembly cancelation', () => { - it.skip('should stop the assembly from reaching completion', async () => { + it('should stop the assembly from reaching completion', async () => { const client = createClient() // We need to ensure that the assembly doesn't complete before it can be