Skip to content

Commit 90aebbc

Browse files
committed
Init
1 parent 77ef1c5 commit 90aebbc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/ci/test_extensions.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ exit_code=0
2626
# hybridaks is going to be deprecated: https://github.com/Azure/azure-cli/pull/29838
2727
# db-up is going to be deprecated: https://github.com/Azure/azure-cli/pull/29887
2828
# serviceconnector-passwordless's dependency is not compatible with 3.13 https://github.com/Azure/azure-cli/pull/31895
29-
ignore_list='azure-cli-ml fzf arcappliance arcdata connectedk8s k8s-extension alias hybridaks db-up serviceconnector-passwordless'
29+
# partnercenter is not compatible with latest pydantic
30+
ignore_list='azure-cli-ml fzf arcappliance arcdata connectedk8s k8s-extension alias hybridaks db-up serviceconnector-passwordless partnercenter'
3031

3132
# Does not exit if az extension add fails until all extensions have been tested
3233
set +e

0 commit comments

Comments
 (0)