diff options
author | Ivan Kohler <ivan@freeside.biz> | 2013-02-11 14:10:40 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2013-02-11 14:10:40 -0800 |
commit | 039a7af3912342ac76c4d6c9e033991f70d6864f (patch) | |
tree | fd4922356dcb326f56c8896d6268eaaaef94033a /t/Net-XRC.t | |
parent | 1890f91b31ff13176c404c65f9f140c869be9bf7 (diff) |
Disable tests since we have no current test account
Diffstat (limited to 't/Net-XRC.t')
-rw-r--r-- | t/Net-XRC.t | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/t/Net-XRC.t b/t/Net-XRC.t index a3629dd..b4ebf4c 100644 --- a/t/Net-XRC.t +++ b/t/Net-XRC.t @@ -8,7 +8,8 @@ #use Test; #BEGIN { plan tests => 3 }; -use Test::More tests => 17; +#use Test::More tests => 17; +use Test::More skip-all => 'test account no longer valid'; BEGIN{ use_ok('Net::XRC', qw(:types)) } ######################### |