Skip to content

Commit

Permalink
resurrect old test
Browse files Browse the repository at this point in the history
  • Loading branch information
demeritcowboy committed Aug 28, 2019
1 parent 31ca831 commit 90c0d3f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/phpunit/api/v3/CaseTypeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,6 @@ public function testCaseTypeDelete_InUse() {
* @throws \Exception
*/
public function testCaseStatusByCaseType() {
$this->markTestIncomplete('Cannot figure out why this passes locally but fails on Jenkins.');
$statusName = md5(mt_rand());
$template = $this->callAPISuccess('CaseType', 'getsingle', ['id' => $this->caseTypeId]);
unset($template['id']);
Expand Down

0 comments on commit 90c0d3f

Please sign in to comment.