Skip to content

Commit

Permalink
This test passing on mac os x now
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Aug 27, 2015
1 parent 4584bfe commit 9208bf0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions S32-io/IO-Socket-Async.t
Expand Up @@ -9,9 +9,7 @@ my $port = 5000;
try {
my $sync = Promise.new;
IO::Socket::Async.listen('veryunlikelyhostname.bogus', $port).tap(quit => {
#?rakudo emit if $*DISTRO.name eq "macosx" { skip("RT #122468", 1); #
is $_.payload, 'Failed to resolve host name', 'Async listen on bogus hostname';
#?rakudo emit } ; "RT #122468";
$sync.keep(1);
});
await $sync;
Expand Down

0 comments on commit 9208bf0

Please sign in to comment.