]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
pytest: Mark memtest_ddr as xfail
authorMichal Simek <michal.simek@xilinx.com>
Wed, 31 Jan 2018 13:57:26 +0000 (14:57 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 31 Jan 2018 13:58:25 +0000 (14:58 +0100)
This test is failing on ZynqMP. Mark it as xfail to make sure that it
gets to different category.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
test/py/tests/test_memtest.py

index cd365403bd83d167b4cbcf55389ef7088de3cb22..e3d8877398a2dab18541e3afa857bbd46b97225e 100644 (file)
@@ -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."""