mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-11 13:16:45 +02:00
https://metacpan.org/release/Net-XMPP/ XMPP Support Library Needed by testing/perl-net-jabber
11 lines
253 B
Diff
11 lines
253 B
Diff
--- a/t/gtalk.t
|
|
+++ b/t/gtalk.t
|
|
@@ -52,7 +52,7 @@
|
|
}
|
|
|
|
my $repeat = 5;
|
|
-plan tests => 2 + 6 * $repeat;
|
|
+plan skip_all => 'Google Talk is no longer available';
|
|
|
|
# TODO ask user if it is ok to do network tests!
|
|
print_size('before loading Net::XMPP');
|