Skip to content

Commit

Permalink
add skip if
Browse files Browse the repository at this point in the history
  • Loading branch information
FGasper committed Mar 2, 2022
1 parent 907c426 commit 0f8fa3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions t/await_wait__anyevent.t
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ BEGIN {
eval 'use AnyEvent; 1' or $failed_why = $@;
}

#plan skip_all => "Can’t run test: $failed_why" if $failed_why;
#
#AwaitWait::skip_if_bad_topmark();
plan skip_all => "Can’t run test: $failed_why" if $failed_why;

AwaitWait::skip_if_bad_topmark();
#
#Promise::XS::use_event('AnyEvent');
#
Expand Down

0 comments on commit 0f8fa3f

Please sign in to comment.