Description: guard another test with $ENV{'ONLINE_TEST'}
Origin: vendor
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2021-03-06
Forwarded: https://github.com/finance-quote/finance-quote/pull/177
Bug: https://github.com/finance-quote/finance-quote/pull/177

--- a/t/fq-object-methods.t
+++ b/t/fq-object-methods.t
@@ -2,6 +2,10 @@
 use strict;
 use Test::More;
 
+if (not $ENV{'ONLINE_TEST'}) {
+    plan skip_all => 'Set $ENV{ONLINE_TEST} to run this test';
+}
+
 plan tests => 23;
 
 use Finance::Quote;
