Skip to content

Commit

Permalink
GitHub Actions: skip t/httpendpoint.t under tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbs committed Feb 6, 2024
1 parent e398c19 commit 5bd2366
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion t/httpendpoint.t
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ use warnings;

use lib 'lib';

use Test::More;
use Test::More $ENV{GITHUB_ACTIONS}
? (skip_all => "fails under GitHub Actions")
: ();

use Synergy::Logger::Test '$Logger';

Expand Down

0 comments on commit 5bd2366

Please sign in to comment.