From 0772a008bf2e7155490b3047cb88a1312696ec47 Mon Sep 17 00:00:00 2001 From: Vaibhav Date: Mon, 9 Dec 2024 13:19:12 +0530 Subject: [PATCH] test: skip credit-facilities-1.bats --- bats/credit-facility-1.bats | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bats/credit-facility-1.bats b/bats/credit-facility-1.bats index fd33b12c8..6dea58869 100644 --- a/bats/credit-facility-1.bats +++ b/bats/credit-facility-1.bats @@ -229,6 +229,8 @@ whale_account() { } @test "credit-facility: generate multiple facilities" { + skip + whale_account generate_facilities_with_multiple_terms }