Skip to content

Commit

Permalink
Cleanup (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nusnus authored Oct 31, 2023
1 parent 250fe87 commit c774551
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/smoke/test_canvas.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,3 @@ def test_chord(self, celery_setup: CeleryTestSetup):
)
res = sig.apply_async(queue=queue)
assert res.get(timeout=RESULT_TIMEOUT) == ["body_task"] * 3

def test_replace(self, celery_setup: CeleryTestSetup):
pytest.skip("Not implemented")

0 comments on commit c774551

Please sign in to comment.