From: Michal Simek Date: Wed, 31 Jan 2018 13:57:26 +0000 (+0100) Subject: pytest: Mark memtest_ddr as xfail X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=dfb16ce1b29a246e3a2e210721c880fa157e0f18;p=thirdparty%2Fu-boot.git pytest: Mark memtest_ddr as xfail This test is failing on ZynqMP. Mark it as xfail to make sure that it gets to different category. Signed-off-by: Michal Simek --- diff --git a/test/py/tests/test_memtest.py b/test/py/tests/test_memtest.py index cd365403bd8..e3d8877398a 100644 --- a/test/py/tests/test_memtest.py +++ b/test/py/tests/test_memtest.py @@ -12,6 +12,8 @@ def test_memtest_failed(u_boot_console): response = u_boot_console.run_command('mtest 20 10 0 2') assert(expected_response in response) +# CR-992632 +@pytest.mark.xfail def test_memtest_ddr(u_boot_console): """Test that md reads memory as expected, and that memory can be modified using the mw command."""