Skip to content

Commit

Permalink
Skip project reference tests for openai (#44896)
Browse files Browse the repository at this point in the history
  • Loading branch information
benbp authored Jul 8, 2024
1 parent 93512b1 commit 5e049bc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sdk/openai/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ extends:
template: /eng/pipelines/templates/stages/archetype-sdk-client.yml
parameters:
ServiceDirectory: openai
# Skip project reference tests
MatrixFilters:
- AdditionalTestArguments=^(?!.*UseProjectReferenceToAzureClients=true)
ArtifactName: packages
Artifacts:
- name: Azure.AI.OpenAI
Expand Down
3 changes: 3 additions & 0 deletions sdk/openai/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ extends:
parameters:
ServiceDirectory: openai
SupportedClouds: 'Public'
# Skip project reference tests
MatrixFilters:
- AdditionalTestArguments=^(?!.*UseProjectReferenceToAzureClients=true)

0 comments on commit 5e049bc

Please sign in to comment.