diff --git a/api/src/functionalTest/java/uk/gov/hmcts/payment/functional/RefundsRequestorJourneyPBAFunctionalTest.java b/api/src/functionalTest/java/uk/gov/hmcts/payment/functional/RefundsRequestorJourneyPBAFunctionalTest.java index 462ae9f5fc..f68ae6c8ac 100644 --- a/api/src/functionalTest/java/uk/gov/hmcts/payment/functional/RefundsRequestorJourneyPBAFunctionalTest.java +++ b/api/src/functionalTest/java/uk/gov/hmcts/payment/functional/RefundsRequestorJourneyPBAFunctionalTest.java @@ -1298,6 +1298,8 @@ public void negative_add_remission_and_submit_a_refund_for_a_pba_payment_more_th "Payment request failed. PBA account CAERPHILLY COUNTY BOROUGH COUNCIL have insufficient funds available"); } + + @Ignore @Test public void negative_add_remission_and_submit_a_refund_for_a_pba_payment_with_account_deleted() { @@ -1307,6 +1309,7 @@ public void negative_add_remission_and_submit_a_refund_for_a_pba_payment_with_ac "Your account is deleted"); } + @Ignore @Test public void negative_add_remission_and_submit_a_refund_for_a_pba_payment_with_account_on_hold() {