From 2ac01789586d2161f6513dc553729562596b162c Mon Sep 17 00:00:00 2001 From: Robbie Averill Date: Thu, 7 Dec 2017 09:08:07 +1300 Subject: [PATCH] Switch testSoftCap from skipped to incomplete --- tests/BatchedProcessorTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/BatchedProcessorTest.php b/tests/BatchedProcessorTest.php index 42f2214..3aa92b0 100644 --- a/tests/BatchedProcessorTest.php +++ b/tests/BatchedProcessorTest.php @@ -205,7 +205,7 @@ class BatchedProcessorTest extends SapphireTest */ public function testSoftCap() { - $this->markTestSkipped( + $this->markTestIncomplete( '@todo PostgreSQL: This test passes in isolation, but not in conjunction with the previous test' );