]> git.gsnw.org Git - fping.git/commitdiff
Remove flaky test for now.
authorDavid Schweikert <david@schweikert.ch>
Thu, 4 Apr 2024 14:39:55 +0000 (16:39 +0200)
committerDavid Schweikert <david@schweikert.ch>
Sat, 13 Apr 2024 15:58:39 +0000 (17:58 +0200)
Remove the 'fping -X 2 --generate 8.8.0.0/29' test, because it
is currently failing on the MacOS runner. Also, I am not sure that
it is a good idea to ping the IPs 8.8.0.1 and 8.8.0.2 and rely on
them being up.

ci/test-10-option-u-x.pl

index 72fc03e5e0d274e96e5741d9f3e1be04eb2d18e8..9e7e5003d286dd0e00c49f1453c909ceccba227b 100755 (executable)
@@ -46,11 +46,3 @@ $cmd->exit_is_num(0);
 $cmd->stdout_is_eq("Enough hosts reachable (required: 1, reachable: 1)\n");
 $cmd->stderr_is_eq("");
 }
-
-# fping -X
-{
-my $cmd = Test::Command->new(cmd => "fping -X 2 --generate 8.8.0.0/29");
-$cmd->exit_is_num(1);
-$cmd->stdout_is_eq("Not enough hosts reachable (required: 2, reachable: 0)\n");
-$cmd->stderr_is_eq("");
-}