test: Drop the function for running upl tests

Use the new suite-runner to run these tests instead.

It is not clear that these actually work, since they are not enabled on
sandbox for some reason.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2025-01-20 14:25:55 -07:00
parent 690e5a35a0
commit bf947cc140
3 changed files with 1 additions and 10 deletions

View File

@@ -190,7 +190,7 @@ static struct suite suites[] = {
SUITE(seama),
#endif
#ifdef CONFIG_CMD_UPL
SUITE_CMD(upl, do_ut_upl),
SUITE(upl),
#endif
};