]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
py: tests: Mark mdio/mmc tests as xfail
authorMichal Simek <michal.simek@xilinx.com>
Tue, 5 May 2020 08:53:12 +0000 (10:53 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 2 Feb 2021 12:49:32 +0000 (13:49 +0100)
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

test/py/tests/test_mdio.py
test/py/tests/test_mmc.py

index 315416295100551169c3675a8cbf7b7a2e8b1443..ea7df19b559d5820c4e7ce8d035cb5caf998c163 100644 (file)
@@ -4,6 +4,7 @@
 
 import pytest
 
+@pytest.mark.xfail
 @pytest.mark.buildconfigspec("cmd_mii")
 @pytest.mark.buildconfigspec("phylib")
 def test_mdio_list(u_boot_console):
index 3fa14641fc15719750a6a354072c43ab82abfd6e..3ebb86f54886ff65a3b02d86e744d79cbea2b048 100644 (file)
@@ -35,6 +35,7 @@ def test_mmc_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: