mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-04-23 10:39:45 -05:00
chore: skip flaky tests (#3110)
This commit is contained in:
@@ -62,6 +62,7 @@ async def dummy_runs() -> None:
|
||||
return
|
||||
|
||||
|
||||
@pytest.mark.skip(reason="Very flaky test")
|
||||
@pytest.mark.parametrize(
|
||||
"on_demand_worker",
|
||||
[
|
||||
@@ -149,6 +150,7 @@ async def test_priority(
|
||||
assert curr.finished_at >= curr.started_at
|
||||
|
||||
|
||||
@pytest.mark.skip(reason="Very flaky test")
|
||||
@pytest.mark.parametrize(
|
||||
"on_demand_worker",
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user