forked from espressif/esp-idf
ci(mqtt): Move publish tests to nightly
Publish test cases are prone to fail depending on Ci load.
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user