jenkins-bot has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/630808 )

Change subject: [tests] Add a intersect generator test which is known as failing
......................................................................

[tests] Add a intersect generator test which is known as failing

Bug: T263947
Change-Id: I95c0810c8839fdbf7d9c96e880105b21f54a814a
---
M tests/thread_tests.py
1 file changed, 5 insertions(+), 0 deletions(-)

Approvals:
  Mpaa: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/tests/thread_tests.py b/tests/thread_tests.py
index 81d5ff7..615395b 100644
--- a/tests/thread_tests.py
+++ b/tests/thread_tests.py
@@ -68,6 +68,11 @@
         """Test basic interset with duplicates."""
         self.assertEqualItertools(['aabc', 'dddb', 'baa'])

+    @unittest.expectedFailure
+    def test_intersect_with_dups_failing(self):
+        """Failing basic intersect test with duplicates."""
+        self.assertEqualItertools(['abb', 'bb'])
+

 if __name__ == '__main__':  # pragma: no cover
     with suppress(SystemExit):

--
To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/630808
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/settings

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I95c0810c8839fdbf7d9c96e880105b21f54a814a
Gerrit-Change-Number: 630808
Gerrit-PatchSet: 2
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Mpaa <[email protected]>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged
_______________________________________________
Pywikibot-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits

Reply via email to