jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1057347?usp=email )
Change subject: [tests] Disable flow_edit_tests.py and flow_thanks_tests.py ...................................................................... [tests] Disable flow_edit_tests.py and flow_thanks_tests.py Bug: T371112 Change-Id: I0c6b0f4acc4ecad7402a98d9a5da00a6e18a583b --- M tests/flow_edit_tests.py M tests/flow_thanks_tests.py 2 files changed, 5 insertions(+), 2 deletions(-) Approvals: jenkins-bot: Verified Xqt: Looks good to me, approved diff --git a/tests/flow_edit_tests.py b/tests/flow_edit_tests.py index f78f16b..b84ca6c 100755 --- a/tests/flow_edit_tests.py +++ b/tests/flow_edit_tests.py @@ -18,6 +18,7 @@ MODERATION_REASON = 'Pywikibot test' +@unittest.skip('T371112: Structured Discussion was disabled on test-wiki') class TestFlowCreateTopic(TestCase): """Test the creation of Flow topics.""" @@ -55,6 +56,7 @@ self.assertEqual(topic.summary(), content) +@unittest.skip('T371112: Structured Discussion was disabled on test-wiki') class TestFlowReply(TestCase): """Test replying to existing posts.""" @@ -174,6 +176,7 @@ self.assertLength(more_root_replies, len(new_root_replies) + 1) +@unittest.skip('T371112: Structured Discussion was disabled on test-wiki') class TestFlowLockTopic(TestCase): """Locking and unlocking topics.""" @@ -182,7 +185,6 @@ code = 'test' write = True - @unittest.expectedFailure # T367301 def test_lock_unlock_topic(self): """Lock and unlock a test topic.""" # Setup @@ -251,11 +253,11 @@ self.assertFalse(flow.is_moderated) +@unittest.skip('T371112: Structured Discussion was disabled on test-wiki') class TestFlowHide(FlowTests): """Hiding topics and posts.""" - @unittest.expectedFailure # T367303 def test_hide(self): """Hide and restore a test topic and post.""" for flow in (self.topic, self.post): diff --git a/tests/flow_thanks_tests.py b/tests/flow_thanks_tests.py index 2f875af..5f1cced 100755 --- a/tests/flow_thanks_tests.py +++ b/tests/flow_thanks_tests.py @@ -16,6 +16,7 @@ NO_THANKABLE_POSTS = 'There is no recent post which can be test thanked.' +@unittest.skip('T371112: Structured Discussion was disabled on test-wiki') class TestThankFlowPost(TestCase): """Test thanks for Flow posts.""" -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1057347?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.wikimedia.org/r/settings?usp=email Gerrit-MessageType: merged Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-Change-Id: I0c6b0f4acc4ecad7402a98d9a5da00a6e18a583b Gerrit-Change-Number: 1057347 Gerrit-PatchSet: 2 Gerrit-Owner: Xqt <i...@gno.de> Gerrit-Reviewer: Xqt <i...@gno.de> Gerrit-Reviewer: jenkins-bot
_______________________________________________ Pywikibot-commits mailing list -- pywikibot-commits@lists.wikimedia.org To unsubscribe send an email to pywikibot-commits-le...@lists.wikimedia.org