Skip to content

Commit

Permalink
Vast: skipping tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kristopolous committed Jan 31, 2025
1 parent d6f6563 commit 9d1931d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/smoke_tests/test_managed_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ def test_managed_jobs_failed_setup(generic_cloud: str):
@pytest.mark.no_scp # SCP does not support spot instances
@pytest.mark.no_paperspace # Paperspace does not support spot instances
@pytest.mark.no_kubernetes # Kubernetes does not have a notion of spot instances
@pytest.mark.no_vast # Test fails to stay within a single cloud
@pytest.mark.managed_jobs
def test_managed_jobs_pipeline_failed_setup(generic_cloud: str):
"""Test managed job with failed setup for a pipeline."""
Expand Down Expand Up @@ -876,6 +877,7 @@ def test_managed_jobs_tpu():


# ---------- Testing env for managed jobs ----------
@pytest.mark.no_vast # Uses unsatisfiable machines
@pytest.mark.managed_jobs
def test_managed_jobs_inline_env(generic_cloud: str):
"""Test managed jobs env"""
Expand Down

0 comments on commit 9d1931d

Please sign in to comment.