Skip to content

Commit

Permalink
unskip test_aws_with_ssh_proxy_command (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michaelvll authored Dec 4, 2024
1 parent 4c6e9ca commit 034eab5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/test_smoke.py
Original file line number Diff line number Diff line change
Expand Up @@ -611,12 +611,6 @@ def test_aws_region():


@pytest.mark.aws
@pytest.mark.skip(
reason='Do not run this test for remote API server because this test creates '
'new skypilot config file that cannot be accessed by the remote API server '
'and will interfere with other smoke tests running with remote API server. '
'If you are running all smoke tests for local API server you can unskip this.'
)
def test_aws_with_ssh_proxy_command():
name = _get_cluster_name()
with tempfile.NamedTemporaryFile(
Expand Down

0 comments on commit 034eab5

Please sign in to comment.