diff --git a/tests/vxlan/test_vnet_vxlan.py b/tests/vxlan/test_vnet_vxlan.py index a4d74f989aa..7f2d56a9c66 100644 --- a/tests/vxlan/test_vnet_vxlan.py +++ b/tests/vxlan/test_vnet_vxlan.py @@ -23,7 +23,6 @@ pytestmark = [ pytest.mark.topology("t0"), - pytest.mark.sanity_check(post_check=True), pytest.mark.disable_loganalyzer ] diff --git a/tests/vxlan/test_vxlan_ecmp.py b/tests/vxlan/test_vxlan_ecmp.py index 3259ee28030..cdef9d8a927 100644 --- a/tests/vxlan/test_vxlan_ecmp.py +++ b/tests/vxlan/test_vxlan_ecmp.py @@ -77,8 +77,7 @@ pytestmark = [ # This script supports any T1 topology: t1, t1-64-lag, t1-lag. - pytest.mark.topology("t1", "t1-64-lag", "t1-lag"), - pytest.mark.sanity_check(post_check=True) + pytest.mark.topology("t1", "t1-64-lag", "t1-lag") ]