Disable check temporily for PR juggling
authoreileen <emcnaughton@wikimedia.org>
Tue, 2 Jan 2024 05:13:22 +0000 (18:13 +1300)
committereileen <emcnaughton@wikimedia.org>
Tue, 2 Jan 2024 05:13:22 +0000 (18:13 +1300)
tests/phpunit/api/v4/Entity/WorkflowMessageTest.php

index e91c05c329edb5c157c280a1565404cedbdcb247..5b1c7bf464c02eb3429c72ce75e33d466e6abf23 100644 (file)
@@ -40,7 +40,10 @@ class WorkflowMessageTest extends Api4TestBase implements TransactionalInterface
       ->addWhere('name', 'LIKE', 'case%')
       ->execute()
       ->indexBy('name');
-    $this->assertTrue(isset($result['case_activity']));
+    // Temporarily make this false - we are going to put the real slim shady
+    // in place soon - at which point we can re-enable but turn off for
+    // the bait & switch.
+    $this->assertFalse(isset($result['case_activity']));
   }
 
   /**