Skip to content
Snippets Groups Projects
Commit 4bac673e authored by Michael Gray's avatar Michael Gray
Browse files

Revert "Temporarily skip protocol_ae.t until AnyEvent installed on deskpro."

This reverts commit 82c485e5.
parent 82c485e5
No related branches found
No related tags found
No related merge requests found
......@@ -2,10 +2,10 @@
use strict;
use warnings;
# use AnyEvent::Impl::Perl; # (try to) ensure pure-perl loop is used
# use AnyEvent;
use AnyEvent::Impl::Perl; # (try to) ensure pure-perl loop is used
use AnyEvent;
use Test::More skip_all => 'AnyEvent not installed on deskpro';
use Test::More;
use Try::Tiny;
use POSIX ":sys_wait_h";
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment