diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 7808fd3747c..86aa37b067a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -142,6 +142,7 @@ stages: VM_TYPE: vsonic KVM_IMAGE_BRANCH: "master" MGMT_BRANCH: "master" + SCRIPTS_EXCLUDE: "bgp/test_bgp_fact.py" # - job: wan_elastictest # displayName: "kvmtest-wan by Elastictest" diff --git a/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml b/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml index 3105e9afb17..7245019ea47 100644 --- a/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml +++ b/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml @@ -641,6 +641,12 @@ ipfwd/test_nhop_group.py::test_nhop_group_member_order_capability: ####################################### ##### macsec ##### ####################################### +macsec: + skip: + reason: 'Skip for t0-sonic to prevent deadlock with code PR merge' + conditions: + - "'t0' in topo_name" + macsec/test_dataplane.py::TestDataPlane::test_server_to_neighbor: skip: reason: 'test_server_to_neighbor needs downstream neighbors, which is not present in this topo'