diff --git a/tests/flytekit/integration/remote/test_remote.py b/tests/flytekit/integration/remote/test_remote.py index adaec2f6b2..166d7f984d 100644 --- a/tests/flytekit/integration/remote/test_remote.py +++ b/tests/flytekit/integration/remote/test_remote.py @@ -287,9 +287,6 @@ def test_execute_joblib_workflow(flyteclient, flyte_workflows_register, flyte_re def test_execute_with_default_launch_plan(flyteclient, flyte_workflows_register, flyte_remote_env): from mock_flyte_repo.workflows.basic.subworkflows import parent_wf - # make sure the task name is the same as the name used during registration - parent_wf._name = parent_wf.name.replace("mock_flyte_repo.", "") - remote = FlyteRemote.from_config(PROJECT, "development") execution = remote.execute(parent_wf, {"a": 101}, wait=True) # check node execution inputs and outputs