From 105338c0695d7a72e8e0d0f354a07f5953a74b4e Mon Sep 17 00:00:00 2001 From: Jon Mason Date: Fri, 12 Jul 2024 10:54:52 -0400 Subject: [PATCH] CI: remove xorg test removal from edk2 The edk file removed xorg from being tested, which is currently working on qemuarm and qemuarm64. Also, the section name collies with one in fvp.yml, which has other things that are removed. Remove this removal to get things working as expected. Signed-off-by: Jon Mason --- ci/edk2.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/ci/edk2.yml b/ci/edk2.yml index d32e3645..cf2f5851 100644 --- a/ci/edk2.yml +++ b/ci/edk2.yml @@ -15,5 +15,3 @@ local_conf_header: QB_DEFAULT_BIOS = "QEMU_EFI.fd" WKS_FILE ?= "efi-disk.wks.in" - failing_tests: | - TEST_SUITES:remove = "xorg"