tests: Mark tests as expected failure instead of skip

That way we are notified by the test suite if the underlying issue gets
fixed.
This commit is contained in:
Tomas Babej
2021-01-18 02:41:20 -05:00
parent 5928604752
commit 368e323d80

View File

@@ -231,7 +231,7 @@ class TestBug697(TestCase):
self.assertEqual("BLOCKED\n", out)
@unittest.skip("WaitingFor TW-1262")
@unittest.expectedFailure("Waiting for TW-1262")
class TestBug1262(TestCase):
@classmethod
def setUpClass(cls):