Skip to content

Commit

Permalink
ci: Disable vsftpd test for it's keeping failure (#4295)
Browse files Browse the repository at this point in the history
* ci: Disable vsftpd test for keeping failure

Signed-off-by: Xuanwo <[email protected]>

* Fix plan

Signed-off-by: Xuanwo <[email protected]>

---------

Signed-off-by: Xuanwo <[email protected]>
  • Loading branch information
Xuanwo authored Feb 29, 2024
1 parent 2180729 commit 5bf4683
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/scripts/test_behavior/plan.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ def provided_cases() -> list[dict[str, str]]:
}
for service in os.listdir(root_dir)
for setup in os.listdir(os.path.join(root_dir, service))
if os.path.exists(os.path.join(root_dir, service, setup, "action.yml"))
]

# Check if this workflow needs to read secrets.
Expand Down
File renamed without changes.

0 comments on commit 5bf4683

Please sign in to comment.