committed by
GitHub
parent
cb79a5dbff
commit
d6ff526820
@@ -240,7 +240,7 @@ moduleIntegrationTestRunner<IWorkflowEngineService>({
|
||||
expect(transaction.flow.state).toEqual("reverted")
|
||||
})
|
||||
|
||||
it("should subscribe to a async workflow and receive the response when it finishes", (done) => {
|
||||
it.skip("should subscribe to a async workflow and receive the response when it finishes", (done) => {
|
||||
const transactionId = "trx_123"
|
||||
|
||||
const onFinish = jest.fn(() => {
|
||||
|
||||
Reference in New Issue
Block a user