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 b70e1d6 commit fd5dcf3
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 @@ -70,7 +70,7 @@ def test_server_working(ftps_server):
ftps_server.server.close_all()


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

0 comments on commit fd5dcf3

Please sign in to comment.