mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
ci(mqtt): Move publish tests to nightly
Publish test cases are prone to fail depending on Ci load.
This commit is contained in:
parent
172f3a77bc
commit
9628c9b5b8
@ -210,6 +210,7 @@ stress_test_cases = make_cases(stress_scenarios)
|
|||||||
|
|
||||||
@pytest.mark.esp32
|
@pytest.mark.esp32
|
||||||
@pytest.mark.ethernet
|
@pytest.mark.ethernet
|
||||||
|
@pytest.mark.nightly_run
|
||||||
@pytest.mark.parametrize('test_case', test_cases)
|
@pytest.mark.parametrize('test_case', test_cases)
|
||||||
def test_mqtt_publish(dut: Dut, test_case: Any) -> None:
|
def test_mqtt_publish(dut: Dut, test_case: Any) -> None:
|
||||||
publish_cfg = get_configurations(dut)
|
publish_cfg = get_configurations(dut)
|
||||||
|
Loading…
Reference in New Issue
Block a user