From 90c0d3f80f3ac7d83d6ea4473b9b03e05dd54478 Mon Sep 17 00:00:00 2001 From: DemeritCowboy Date: Wed, 28 Aug 2019 03:02:30 -0400 Subject: [PATCH] resurrect old test --- tests/phpunit/api/v3/CaseTypeTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/phpunit/api/v3/CaseTypeTest.php b/tests/phpunit/api/v3/CaseTypeTest.php index 995d8ae8fe62..f82c6612a6d9 100644 --- a/tests/phpunit/api/v3/CaseTypeTest.php +++ b/tests/phpunit/api/v3/CaseTypeTest.php @@ -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']);