Skip to content

Commit

Permalink
Disable the automations integration flows for Prefect Cloud (#12784)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisguidry authored Apr 18, 2024
1 parent a26c8dc commit 4f25408
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions flows/automation-assessments.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
if Version(TEST_SERVER_VERSION) < Version("2.17.2"):
raise NotImplementedError()

if TEST_SERVER_VERSION == "9.9.9+for.the.tests":
raise NotImplementedError("Automations have a separate integration test for Cloud")

try:
from prefect import flow, get_client, get_run_logger
from prefect.events import Event
Expand Down

0 comments on commit 4f25408

Please sign in to comment.