Skip to content

Commit

Permalink
fix(adyen_ui): ignore tests failing from connector side (#1751)
Browse files Browse the repository at this point in the history
  • Loading branch information
jagan-jaya committed Jul 19, 2023
1 parent ea119eb commit e0f4507
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/router/tests/connectors/adyen_uk_ui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -618,6 +618,7 @@ fn should_make_adyen_alipay_hk_payment_test() {

#[test]
#[serial]
#[ignore = "Failing from connector side"]
fn should_make_adyen_bizum_payment_test() {
tester!(should_make_adyen_bizum_payment);
}
Expand Down

0 comments on commit e0f4507

Please sign in to comment.