Skip to content

Commit

Permalink
Remove redundant test
Browse files Browse the repository at this point in the history
Signed-off-by: JiaWei Jiang <waynechuang97@gmail.com>
  • Loading branch information
JiangJiaWei1103 committed Dec 22, 2024
1 parent 865c390 commit b640eb6
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tests/flytekit/integration/remote/test_remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,15 +130,6 @@ def test_msgpack_idl_flytetypes():
assert execution.closure.phase == WorkflowExecutionPhase.SUCCEEDED, f"Execution failed with phase: {execution.closure.phase}"


def test_attr_access_sd():
execution_id = run("attr_access_sd.py", "wf")
remote = FlyteRemote(Config.auto(config_file=CONFIG), PROJECT, DOMAIN)
execution = remote.fetch_execution(name=execution_id)
execution = remote.wait(execution=execution, timeout=datetime.timedelta(minutes=5))
print("Execution Error:", execution.error)
assert execution.closure.phase == WorkflowExecutionPhase.SUCCEEDED, f"Execution failed with phase: {execution.closure.phase}"


def test_fetch_execute_launch_plan(register):
remote = FlyteRemote(Config.auto(config_file=CONFIG), PROJECT, DOMAIN)
flyte_launch_plan = remote.fetch_launch_plan(name="basic.hello_world.my_wf", version=VERSION)
Expand Down

0 comments on commit b640eb6

Please sign in to comment.