Remove the comment-out code. (#1691)

Co-authored-by: Jason Song <i@wolfogre.com>
This commit is contained in:
M.Yamashita
2023-04-19 12:46:00 +09:00
committed by GitHub
parent d970056601
commit 35d6e9f71e
2 changed files with 0 additions and 15 deletions

View File

@@ -294,7 +294,6 @@ func TestRunEvent(t *testing.T) {
{workdir, "workflow_dispatch-scalar-composite-action", "workflow_dispatch", "", platforms, secrets},
{workdir, "job-needs-context-contains-result", "push", "", platforms, secrets},
{"../model/testdata", "strategy", "push", "", platforms, secrets}, // TODO: move all testdata into pkg so we can validate it with planner and runner
// {"testdata", "issue-228", "push", "", platforms, }, // TODO [igni]: Remove this once everything passes
{"../model/testdata", "container-volumes", "push", "", platforms, secrets},
{workdir, "path-handling", "push", "", platforms, secrets},
{workdir, "do-not-leak-step-env-in-composite", "push", "", platforms, secrets},