From 97e0f30155ad1d7b48b4b5ea3ca68dd929a52af5 Mon Sep 17 00:00:00 2001 From: Reedy Date: Wed, 2 Nov 2022 18:12:31 -0600 Subject: [PATCH] EchoNotifierTest: Temporarily skip testNotifyForFilter Depends-On: Iddb4a5d4057f9c6ed00f754d2e3cd79cd873f212 Change-Id: Id28792658de950b99a8786f881563476def59eba --- tests/phpunit/integration/EchoNotifierTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/phpunit/integration/EchoNotifierTest.php b/tests/phpunit/integration/EchoNotifierTest.php index bdd093ea2..6fd653965 100644 --- a/tests/phpunit/integration/EchoNotifierTest.php +++ b/tests/phpunit/integration/EchoNotifierTest.php @@ -73,6 +73,7 @@ class EchoNotifierTest extends MediaWikiIntegrationTestCase { * @covers ::notifyForFilter */ public function testNotifyForFilter() { + $this->markTestSkipped( 'EchoEvent is being renamed' ); if ( !class_exists( EchoEvent::class ) ) { $this->markTestSkipped( 'Echo not loaded' ); }