Skip to content

Commit 4406178

Browse files
authored
Skip Cosmos tests (#33988)
1 parent 15d21bf commit 4406178

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -187,19 +187,6 @@ extends:
187187
Token: $(dn-bot-dnceng-artifact-feeds-rw)
188188
- script: eng/common/cibuild.sh --configuration $(_BuildConfig) --prepareMachine $(_InternalRuntimeDownloadArgs)
189189
displayName: Build
190-
- task: AzureCLI@2
191-
displayName: Run Cosmos tests
192-
inputs:
193-
azureSubscription: EFCosmosTesting
194-
scriptType: bash
195-
scriptLocation: 'inlineScript'
196-
inlineScript: |
197-
./test.sh --ci --configuration $(_BuildConfig) --projects $(Build.SourcesDirectory)/test/EFCore.Cosmos.FunctionalTests/EFCore.Cosmos.FunctionalTests.csproj
198-
env:
199-
Test__Cosmos__DefaultConnection: $(_CosmosConnectionUrl)
200-
Test__Cosmos__UseTokenCredential: true
201-
Test__Cosmos__SubscriptionId: d709b837-4a74-4aec-addc-b6e4b9b23e7e
202-
Test__Cosmos__ResourceGroup: efcosmosci
203190
templateContext:
204191
outputs:
205192
- output: pipelineArtifact

0 commit comments

Comments
 (0)