diff --git a/tests/flytekit/integration/remote/test_remote.py b/tests/flytekit/integration/remote/test_remote.py index de1a1c8821..3f2470e63b 100644 --- a/tests/flytekit/integration/remote/test_remote.py +++ b/tests/flytekit/integration/remote/test_remote.py @@ -114,6 +114,7 @@ def test_remote_eager_run(): # child_workflow.parent_wf asynchronously register a parent wf1 with child lp from another wf2. run("eager_example.py", "simple_eager_workflow", "--x", "3") + def test_pydantic_default_input_with_map_task(): execution_id = run("pydantic_wf.py", "wf") remote = FlyteRemote(Config.auto(config_file=CONFIG), PROJECT, DOMAIN)