View in #prefect-server on Slack
@Lana_Dann: hi! i have a question on testing flows. if i have a flow that’s scheduled to run once a week, am i able to still run it locally using flow.run()
? i’m trying to create an integration test now and it’s just stalling so i wonder if it’s because the schedule that’s attached to it is waiting until the actual start time.
@Kevin_Kho: You can do flow.run(run_on_schedule=False)