Ladsgroup has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/334851 )

Change subject: Mark LQT tests skipped
......................................................................

Mark LQT tests skipped

Bug: T156565
Change-Id: I801aa5b777d35f85fd23926089555e95ea699987
---
M tests/phpunit/job/MassMessageJobTest.php
1 file changed, 2 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MassMessage 
refs/changes/51/334851/1

diff --git a/tests/phpunit/job/MassMessageJobTest.php 
b/tests/phpunit/job/MassMessageJobTest.php
index 65a1113..f89f2ad 100644
--- a/tests/phpunit/job/MassMessageJobTest.php
+++ b/tests/phpunit/job/MassMessageJobTest.php
@@ -53,9 +53,8 @@
                global $wgContLang;
                $proj = $wgContLang->getFormattedNsText( NS_PROJECT ); // 
Output changes based on wikiname
 
-               if ( !class_exists( 'LqtDispatch' ) ) {
-                       $this->markTestSkipped( "This test requires the 
LiquidThreads extension" );
-               }
+               $this->markTestSkipped( "LiquidThreads is broken at the moment 
see T156565" );
+
                $target = Title::newFromText( 'Project:LQT test' );
                // $this->assertTrue( LqtDispatch::isLqtPage( $target ) );
                // Check that it worked

-- 
To view, visit https://gerrit.wikimedia.org/r/334851
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I801aa5b777d35f85fd23926089555e95ea699987
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MassMessage
Gerrit-Branch: master
Gerrit-Owner: Ladsgroup <ladsgr...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to