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 a0445b3 commit f6b6c86
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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 All @@ -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 All @@ -83,7 +83,7 @@ def test_hot_add_user(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_server_restart(ftps_server):
username = "camera1"
password = "pass1"
Expand Down

0 comments on commit f6b6c86

Please sign in to comment.