diff options
Diffstat (limited to 'test/py/tests/test_eficonfig/test_eficonfig.py')
-rw-r--r-- | test/py/tests/test_eficonfig/test_eficonfig.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/py/tests/test_eficonfig/test_eficonfig.py b/test/py/tests/test_eficonfig/test_eficonfig.py index 99606d9c4b..3859a77efd 100644 --- a/test/py/tests/test_eficonfig/test_eficonfig.py +++ b/test/py/tests/test_eficonfig/test_eficonfig.py @@ -64,6 +64,9 @@ def test_efi_eficonfig(u_boot_console, efi_eficonfig_data): initrddump.efi """ + # This test passes for unknown reasons in the bowels of U-Boot. It needs to + # be replaced with a unit test. + return # Restart the system to clean the previous state u_boot_console.restart_uboot() |