diff --git a/tests/plan/do/do_not_run_unspecified_tasks.cue b/tests/plan/do/do_not_run_unspecified_tasks.cue index 549ae046..7e3686b7 100644 --- a/tests/plan/do/do_not_run_unspecified_tasks.cue +++ b/tests/plan/do/do_not_run_unspecified_tasks.cue @@ -11,11 +11,6 @@ dagger.#Plan & { client: filesystem: "./test_do": write: contents: actions.test.one.export.files["/output.txt"] client: filesystem: "./dependent_do": write: contents: actions.dependent.one.export.files["/output.txt"] - outputs: files: dependent: { - dest: "./dependent_do" - contents: actions.dependent.one.export.files["/output.txt"] - } - actions: { image: alpine.#Build & { packages: bash: {}