We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 901b98e commit 3af7ff8Copy full SHA for 3af7ff8
tests/test-manager.py
@@ -56,6 +56,7 @@ def test_verify(self):
56
self.assertEquals(list(notfound), ['bar'])
57
self.assertEquals(list(unreachable), ['tar'])
58
59
+ @unittest.skip("https://github.com/idank/explainshell/pull/303#issuecomment-1272387073")
60
def test_aliases(self):
61
m = self._getmanager(['lsbcpp.1.gz', 'tar.1.gz', 'bsdtar.1.gz', 'basket.1.gz'])
62
m.run()
0 commit comments