Skip to content

Update cosmos-pipelines.yml for Azure Pipelines#3731

Closed
ArjunNarendra wants to merge 1 commit into
mainfrom
azure-pipelines
Closed

Update cosmos-pipelines.yml for Azure Pipelines#3731
ArjunNarendra wants to merge 1 commit into
mainfrom
azure-pipelines

Conversation

@ArjunNarendra

Copy link
Copy Markdown

No description provided.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the Cosmos DB Azure Pipelines definition to change which CosmosDb_NoSql integration tests are executed via dotnet test --filter.

Changes:

  • Modified the dotnet test filter expression for the CosmosDb_NoSql integration test step.

Comment on lines 109 to +112
displayName: 'Run CosmosDb_NoSql Integration Tests'
inputs:
command: test
arguments: '--filter "TestCategory=CosmosDb_NoSql" --no-build --configuration $(buildConfiguration) $(ADDITIONAL_TEST_ARGS)'
arguments: '--filter "TestCategory=CosmosDb_NoSql&FullyQualifiedName~TestTimePartitionedSampler" --no-build --configuration $(buildConfiguration) $(ADDITIONAL_TEST_ARGS)'
@ArjunNarendra
ArjunNarendra deleted the azure-pipelines branch July 21, 2026 22:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants