Skip to content

Commit

Permalink
Skip TestOpener on missing docker client
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Aug 17, 2023
1 parent 73f120d commit 6988398
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_opener.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ def test_unknown_user(self):
fs.errors.CreateFailed, SSHFS, 'localhost', 'baduser', timeout=1)


@unittest.skipIf(utils.docker_client is None, "docker service unreachable.")
class TestOpener(unittest.TestCase):

user = "user"
Expand Down

0 comments on commit 6988398

Please sign in to comment.