From 22b3a76cec6b870f07dd2abc372d9f40972a6da2 Mon Sep 17 00:00:00 2001 From: Eduardo Apolinario <653394+eapolinario@users.noreply.github.com> Date: Tue, 12 Apr 2022 10:57:46 -0700 Subject: [PATCH] Comment out old name for folders workflow (#61) Signed-off-by: Eduardo Apolinario Co-authored-by: Eduardo Apolinario --- boilerplate-repo/boilerplate/flyte/end2end/run-tests.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boilerplate-repo/boilerplate/flyte/end2end/run-tests.py b/boilerplate-repo/boilerplate/flyte/end2end/run-tests.py index 6645c60fde..6e172f70a4 100755 --- a/boilerplate-repo/boilerplate/flyte/end2end/run-tests.py +++ b/boilerplate-repo/boilerplate/flyte/end2end/run-tests.py @@ -36,9 +36,9 @@ ("core.control_flow.subworkflows.parent_wf", {"a": 3}), ("core.control_flow.subworkflows.nested_parent_wf", {"a": 3}), ("core.flyte_basics.basic_workflow.my_wf", {"a": 50, "b": "hello"}), - # Getting a 403 for the wikipedia image + # TODO: enable new files and folders workflows # ("core.flyte_basics.files.rotate_one_workflow", {"in_image": "https://upload.wikimedia.org/wikipedia/commons/d/d2/Julia_set_%28C_%3D_0.285%2C_0.01%29.jpg"}), - ("core.flyte_basics.folders.download_and_rotate", {}), + # ("core.flyte_basics.folders.download_and_rotate", {}), ("core.flyte_basics.hello_world.my_wf", {}), ("core.flyte_basics.lp.my_wf", {"val": 4}), ("core.flyte_basics.lp.go_greet", {"day_of_week": "5", "number": 3, "am": True}),