Skip to content

Commit

Permalink
Add anotation to exclude the test from risky testcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
ackintosh committed Nov 19, 2018
1 parent 0b53016 commit 0d016c0
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ public function testAsyncThrowingException()
$promise->wait();
}

/**
* @doesNotPerformAssertions
*/
public function testAsyncApiExceptionWithoutWaitIsNotThrown()
{
$promise = $this->api->getPetByIdAsync(0);
Expand Down

0 comments on commit 0d016c0

Please sign in to comment.