Add skip annotation for failing API tests

Signed-off-by: Dillon-Brown <dillon.brown@salesagility.com>
This commit is contained in:
Dillon-Brown 2020-11-18 12:35:48 +00:00
parent 7d0ffa7422
commit 6977b48511
2 changed files with 9 additions and 1 deletions

View file

@ -22,6 +22,7 @@ class V8ApiAccountsCest
/**
* Test account record creation
* @param ApiTester $I
* @skip Requires API assertions fix
*/
public function create(ApiTester $I): void
{