diff options
Diffstat (limited to 't/card_arb.t')
-rw-r--r-- | t/card_arb.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/card_arb.t b/t/card_arb.t index 99f0914..4ce6951 100644 --- a/t/card_arb.t +++ b/t/card_arb.t @@ -1,6 +1,6 @@ #!/usr/bin/perl -w -use Test::More; +use Test::More skip_all => 'Authorize.net test account throwing errors about duplicates'; require "t/lib/test_account.pl"; my($login, $password) = test_account_or_skip('arb'); |