From 995c0f129e3c3c7aada4833e9a93f76a7b31e748 Mon Sep 17 00:00:00 2001 From: "hrushikesh.bhosale" Date: Wed, 8 Apr 2026 12:38:46 +0530 Subject: [PATCH] feat(pytest_https_x509_bundle): Removed the flaky marker from the tests --- .../protocols/https_x509_bundle/pytest_https_x509_bundle.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/protocols/https_x509_bundle/pytest_https_x509_bundle.py b/examples/protocols/https_x509_bundle/pytest_https_x509_bundle.py index 3945899e44..84db16ed90 100644 --- a/examples/protocols/https_x509_bundle/pytest_https_x509_bundle.py +++ b/examples/protocols/https_x509_bundle/pytest_https_x509_bundle.py @@ -9,7 +9,6 @@ from pytest_embedded_idf.utils import idf_parametrize @pytest.mark.ethernet -@pytest.mark.flaky(reruns=2, reruns_delay=5) @idf_parametrize('target', ['esp32'], indirect=['target']) def test_examples_protocol_https_x509_bundle(dut: Dut) -> None: """ @@ -31,7 +30,6 @@ def test_examples_protocol_https_x509_bundle(dut: Dut) -> None: @pytest.mark.ethernet -@pytest.mark.flaky(reruns=2, reruns_delay=5) @pytest.mark.parametrize( 'config', [