tests: replace CLI-dependent xfail/skipif conditions

This commit is contained in:
Fu Hanxi
2026-08-18 11:14:02 +02:00
parent e962d4e60f
commit 3a3c36ac71
5 changed files with 80 additions and 38 deletions

View File

@@ -108,7 +108,7 @@ def test_examples_protocol_esp_http_client_dynamic_buffer(dut: Dut) -> None:
# Currently we are just testing the build for esp_http_client on Linux target. So skipping the test run.
# Later we will enable the test run for Linux target as well.
@pytest.mark.skipif('config.getvalue("target") == "linux"', reason='Do not run on Linux')
@pytest.mark.skip(reason='Do not run on Linux')
@pytest.mark.parametrize(
'config',
[