diff --git a/tests/platform_tests/api/test_sfp.py b/tests/platform_tests/api/test_sfp.py index f68ab88d66c..a9344df91be 100644 --- a/tests/platform_tests/api/test_sfp.py +++ b/tests/platform_tests/api/test_sfp.py @@ -22,7 +22,6 @@ logger = logging.getLogger(__name__) pytestmark = [ - pytest.mark.sanity_check(skip_sanity=True), pytest.mark.disable_loganalyzer, # disable automatic loganalyzer pytest.mark.topology('any') ]