Signed-off-by: Glenn Washburn <developm...@efficientek.com>
---
 grub-core/tests/lib/functional_test.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/grub-core/tests/lib/functional_test.c 
b/grub-core/tests/lib/functional_test.c
index 96781fb39..16de3d275 100644
--- a/grub-core/tests/lib/functional_test.c
+++ b/grub-core/tests/lib/functional_test.c
@@ -65,10 +65,10 @@ grub_functional_all_tests (grub_extcmd_context_t ctxt 
__attribute__ ((unused)),
   grub_dl_load ("legacy_password_test");
   grub_errno = GRUB_ERR_NONE;
   grub_dl_load ("exfctest");
-  grub_dl_load ("videotest_checksum");
-  grub_dl_load ("gfxterm_menu");
+  /* grub_dl_load ("videotest_checksum"); */
+  /* grub_dl_load ("gfxterm_menu"); */
   grub_dl_load ("setjmp_test");
-  grub_dl_load ("cmdline_cat_test");
+  /* grub_dl_load ("cmdline_cat_test"); */
   grub_dl_load ("div_test");
   grub_dl_load ("xnu_uuid_test");
   grub_dl_load ("pbkdf2_test");
-- 
2.27.0


_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to