Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Mar 11, 2024
1 parent 29f2143 commit a6d4156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/RdapTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
} catch (RdapRequestTimedOut $timedOut) {
expect($timedOut)->toBeInstanceOf(RdapRequestTimedOut::class);
}
});
})->skip();

it('throws a invalid response exception if rdap servers returns invalid response', function () {
Http::fake([
Expand Down

0 comments on commit a6d4156

Please sign in to comment.