diff --git a/modules/outbound-command-event-handler/test/integration/application/outbound_command_event_handler.test.ts b/modules/outbound-command-event-handler/test/integration/application/outbound_command_event_handler.test.ts index ef88429e2..7ec2dce71 100644 --- a/modules/outbound-command-event-handler/test/integration/application/outbound_command_event_handler.test.ts +++ b/modules/outbound-command-event-handler/test/integration/application/outbound_command_event_handler.test.ts @@ -90,7 +90,7 @@ describe("Tests for Outbound Command Event Handler", () => { // TESTS FOR PARTY LOOKUP - test("1. When inbound command event ProcessSDKOutboundBulkRequest is received \ + test.only("1. When inbound command event ProcessSDKOutboundBulkRequest is received \ Then outbound event SDKOutboundBulkPartyInfoRequested should be published \ And Global state should be updated to RECEIVED.", async () => { @@ -762,6 +762,7 @@ describe("Tests for Outbound Command Event Handler", () => { expect(hasAcceptPartyEvent).toBeTruthy(); }); + // This is still failing as the functionality is not added yet test.skip("9. Given inbound command event ProcessSDKOutboundBulkAcceptPartyInfo is received \ Then the logic should loop through individual transfer in the bulk request \ And update the individual transfer state to DISCOVERY_ACCEPTED or DISCOVERY_REJECTED based on the value in the incoming event \