Skip to content

Commit

Permalink
Remove skip directive for testing uploading git jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
moredatarequired committed Apr 5, 2024
1 parent 9eaf704 commit 25863eb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/pytest_tests/system_tests/test_launch/test_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,6 @@ def test_create_job_artifact(runner, user, wandb_init, test_settings):
assert str(job._input_types) == "{'input1': Number}"


@pytest.mark.skip(
reason="This test is failing because it uploads an empty to file in an artifact"
)
def test_create_git_job(runner, user, wandb_init, test_settings, monkeypatch):
proj = "test-p99999"
settings = test_settings({"project": proj})
Expand Down

0 comments on commit 25863eb

Please sign in to comment.