Skip to content

Commit 3af7ff8

Browse files
abitrollyidank
authored andcommitted
tests: skip failing test for unused code
#303 (comment)
1 parent 901b98e commit 3af7ff8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test-manager.py

+1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ def test_verify(self):
5656
self.assertEquals(list(notfound), ['bar'])
5757
self.assertEquals(list(unreachable), ['tar'])
5858

59+
@unittest.skip("https://github.com/idank/explainshell/pull/303#issuecomment-1272387073")
5960
def test_aliases(self):
6061
m = self._getmanager(['lsbcpp.1.gz', 'tar.1.gz', 'bsdtar.1.gz', 'basket.1.gz'])
6162
m.run()

0 commit comments

Comments
 (0)