From e45da6c172ac2c67b6ee640746399ec65066c3b9 Mon Sep 17 00:00:00 2001 From: Kevin Su Date: Wed, 27 Oct 2021 18:24:27 +0800 Subject: [PATCH] Improve test Signed-off-by: Kevin Su --- tests/flytekit/integration/remote/test_remote.py | 3 --- 1 file changed, 3 deletions(-) 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