Skip to content

Commit

Permalink
Un-skip the "should stop the assembly from reaching completion" test …
Browse files Browse the repository at this point in the history
…case, because we have pushed a fix for this eventual consistency issue into the Transloadit production API.
  • Loading branch information
tim-kos committed Nov 30, 2023
1 parent 9ba01d3 commit d559384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/__tests__/live-api.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d559384

Please sign in to comment.