From 7ef9fd39e429da1c0dd86a0dce71e1c64385d9be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dagfinn=20Ilmari=20Manns=C3=A5ker?= Date: Fri, 21 Jul 2023 14:06:34 +0100 Subject: [PATCH] Disable network tests in dist test jobs Net::Ping disables its network tests under PERL_CORE, but these tests are testing the dists under dist/ on other versions of Perl, not as part of core. --- .github/workflows/testsuite.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml index c47cc1d3e5..812e88ba94 100644 --- a/.github/workflows/testsuite.yml +++ b/.github/workflows/testsuite.yml @@ -805,6 +805,7 @@ jobs: AUTHOR_TESTING: 1 AUTOMATED_TESTING: 1 RELEASE_TESTING: 1 + NO_NETWORK_TESTING: 1 strategy: fail-fast: false @@ -839,6 +840,7 @@ jobs: AUTHOR_TESTING: 1 AUTOMATED_TESTING: 1 RELEASE_TESTING: 1 + NO_NETWORK_TESTING: 1 strategy: fail-fast: false