Merge "EchoNotifierTest: Temporarily skip testNotifyForFilter"

This commit is contained in:
jenkins-bot 2022-11-10 22:19:11 +00:00 committed by Gerrit Code Review
commit 66a563ca09

View file

@ -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' );
}