Skip to content

Commit

Permalink
skipif
Browse files Browse the repository at this point in the history
  • Loading branch information
aquamatthias committed Jul 23, 2024
1 parent ad5c69e commit e53f381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/worker_queue_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def example_post_collect_definition() -> Json:
}


# @pytest.mark.skipif(os.environ.get("REDIS_RUNNING", "false") != "true", reason="Redis not running")
@pytest.mark.skipif(os.environ.get("REDIS_RUNNING", "false") != "true", reason="Redis not running")
def test_read_azure_job_definition(worker_queue: WorkerQueue, example_azure_collect_definition: Json) -> None:
job_def = worker_queue.parse_collect_definition_json(example_azure_collect_definition)
assert (
Expand Down

0 comments on commit e53f381

Please sign in to comment.