Mdio/mmc tests depend on platform setup. That's why it can fail on qemu
target checked by travis. Similar change was done by commit
4e8d5fdbbe92
("py: tests: Mark mii tests as xfail").
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
State: pending
import pytest
+@pytest.mark.xfail
@pytest.mark.buildconfigspec("cmd_mii")
@pytest.mark.buildconfigspec("phylib")
def test_mdio_list(u_boot_console):
global mmc_set_up
mmc_set_up = True
+@pytest.mark.xfail
@pytest.mark.buildconfigspec("cmd_mmc")
def test_mmc_dev(u_boot_console):
if not mmc_set_up: