Skip to content

Commit

Permalink
test in progress..
Browse files Browse the repository at this point in the history
  • Loading branch information
hexfati committed Nov 20, 2024
1 parent f6b6c86 commit b70e1d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_ftps_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def ftp_client_connect(host, port, username, password):
return resp


@pytest.mark.skip(reason="Permission denied error on GitHub Actions")
# @pytest.mark.skip(reason="Permission denied error on GitHub Actions")
def test_server_working(ftps_server):
username = "camera1"
password = "pass1"
Expand Down

0 comments on commit b70e1d6

Please sign in to comment.