Skip to content

Commit

Permalink
Skip test_job_tags (#1866)
Browse files Browse the repository at this point in the history
  • Loading branch information
serhiy-storchaka authored Nov 24, 2020
1 parent bd457c8 commit 3ff7b47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/e2e/test_e2e_jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ def test_job_description(helper: Helper) -> None:
helper.kill_job(job_id, wait=False)


@pytest.mark.skip(reason="'neuro job tags' is slow and will be deprecated")
@pytest.mark.e2e
def test_job_tags(helper: Helper) -> None:
tags = [f"test-tag:{uuid4()}", "test-tag:common"]
Expand Down

0 comments on commit 3ff7b47

Please sign in to comment.