Jforrester has submitted this change and it was merged.

Change subject: Disable two tests
......................................................................


Disable two tests

These have been removed from master, and it isn't a priority
to make them pass on CI.

Change-Id: I4b032a97f8249a3d940366447d062b388a513bec
---
M tests/qunit/engine/components/board/test_flow-board.js
1 file changed, 6 insertions(+), 2 deletions(-)

Approvals:
  Paladox: Looks good to me, but someone else must approve
  Jforrester: Verified; Looks good to me, approved



diff --git a/tests/qunit/engine/components/board/test_flow-board.js 
b/tests/qunit/engine/components/board/test_flow-board.js
index eb2a8e3..beffaf7 100644
--- a/tests/qunit/engine/components/board/test_flow-board.js
+++ b/tests/qunit/engine/components/board/test_flow-board.js
@@ -95,7 +95,11 @@
        }
 } );
 
-QUnit.test( 'FlowBoardComponent.UI.events.apiHandlers.lockTopic - perform 
unlock', 2, function( assert ) {
+// These lockTopic tests were removed in 
fb5a24f398350e607904286eb2a10f1b26386d03 as part of a major
+// change to this functionality.
+//
+// That commit is not in this branch, but fixing these two tests is not a 
priority.
+QUnit.skip( 'FlowBoardComponent.UI.events.apiHandlers.lockTopic - perform 
unlock', 2, function( assert ) {
        var
                $topic = $( '<div class="flow-topic" 
data-flow-id="s18cjkj1bs3rkt13">' ).
                        addClass( 'flow-topic-moderatestate-lock 
flow-topic-moderated' ).
@@ -109,7 +113,7 @@
        assert.strictEqual( $topic.hasClass( 'flow-topic-moderatestate-lock' ), 
false, 'No longer has the moderated lock state.' );
 } );
 
-QUnit.test( 'FlowBoardComponent.UI.events.apiHandlers.lockTopic - perform 
lock', 2, function( assert ) {
+QUnit.skip( 'FlowBoardComponent.UI.events.apiHandlers.lockTopic - perform 
lock', 2, function( assert ) {
        var
                $topic = $( '<div class="flow-topic" 
data-flow-id="t18cjkj1bs3rkt13">' ).
                        appendTo( this.$el ),

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I4b032a97f8249a3d940366447d062b388a513bec
Gerrit-PatchSet: 9
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: REL1_25
Gerrit-Owner: Mattflaschen <[email protected]>
Gerrit-Reviewer: Jforrester <[email protected]>
Gerrit-Reviewer: Mattflaschen <[email protected]>
Gerrit-Reviewer: Paladox <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to