From d55938472f7fb671f28d0bc0d6361dd94eac254d Mon Sep 17 00:00:00 2001 From: tim-kos Date: Thu, 30 Nov 2023 10:26:09 +0100 Subject: [PATCH] Un-skip the "should stop the assembly from reaching completion" test case, because we have pushed a fix for this eventual consistency issue into the Transloadit production API. --- test/integration/__tests__/live-api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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