tests: Mark failing corner case tests as expected for 2.6.0

These are still important problems, but it will allow us to fully
leverage CI while waiting for the fixes.
This commit is contained in:
Tomas Babej 2020-12-05 16:40:28 -05:00
parent 3e0a428185
commit 642f250f72
No known key found for this signature in database
GPG key ID: B0747C6578F7D2F5
3 changed files with 4 additions and 0 deletions

View file

@ -454,6 +454,7 @@ class TestBug1430(TestCase):
self.assertEqual("home/garden\n", out)
@unittest.expectedFailure
class TestBug1617(TestCase):
def setUp(self):
"""Executed before each test in the class"""