diff --git a/.azure-pipelines/pr_test_scripts.yaml b/.azure-pipelines/pr_test_scripts.yaml index f4a3ad66cd9..164b8d4425d 100644 --- a/.azure-pipelines/pr_test_scripts.yaml +++ b/.azure-pipelines/pr_test_scripts.yaml @@ -76,12 +76,12 @@ t0-2vlans: - dhcp_relay/test_dhcpv6_relay.py t0-sonic: - - bgp/test_bgp_fact.py - - macsec/test_controlplane.py - - macsec/test_dataplane.py - - macsec/test_deployment.py - - macsec/test_fault_handling.py - - macsec/test_interop_protocol.py + # - bgp/test_bgp_fact.py + # - macsec/test_controlplane.py + # - macsec/test_dataplane.py + # - macsec/test_deployment.py + # - macsec/test_fault_handling.py + # - macsec/test_interop_protocol.py - pc/test_retry_count.py - platform_tests/test_advanced_reboot.py::test_warm_reboot diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 0dc555aa789..984dd167de0 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -150,6 +150,7 @@ stages: VM_TYPE: vsonic KVM_IMAGE_BRANCH: "202305" MGMT_BRANCH: "202305" + 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 ef6707cf0d5..a4c2e79cca1 100644 --- a/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml +++ b/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml @@ -636,6 +636,12 @@ ipfwd/test_mtu.py: ####################################### ##### 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'