]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
ARM: zynq: Label eeprom test on zc702/zc706 as xfail
authorMichal Simek <michal.simek@xilinx.com>
Fri, 25 May 2018 08:26:54 +0000 (10:26 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 12 Feb 2019 08:43:02 +0000 (09:43 +0100)
This test is going to fail on Qemu because eeprom is not wired there.

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

index 47d5feeb1ec1adfb35b5aa9692f5aa5de071d181..7a37f1d1969fbbecb8f416db12e4492af519f2d4 100644 (file)
@@ -36,6 +36,7 @@ def test_i2c_probe(u_boot_console):
     response = u_boot_console.run_command("i2c probe")
     assert(expected_response in response)
 
+@pytest.mark.xfail
 @pytest.mark.boardspec("zynq_zc702")
 @pytest.mark.boardspec("zynq_zc706")
 @pytest.mark.buildconfigspec("cmd_i2c")