Skip to content

Commit

Permalink
Quarantine ClientTelemetryReleaseTests (#4539)
Browse files Browse the repository at this point in the history
  • Loading branch information
kirankumarkolli committed Jun 12, 2024
1 parent 5994b16 commit 86caa14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ namespace Microsoft.Azure.Cosmos.SDK.EmulatorTests
/// If you are making changes in this file please make sure you are adding similar test in <see cref="ClientTelemetryTests"/> also.
/// </summary>
[TestClass]
[TestCategory("Quarantine") /* Release pipelines failing to connect to telemetry service */]
[TestCategory("ClientTelemetryRelease")]
public class ClientTelemetryReleaseTests : ClientTelemetryTestsBase
{
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines-official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ stages:
inputs:
command: test
projects: 'Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.EmulatorTests/*.csproj'
arguments: --filter "TestCategory=ClientTelemetryRelease" --verbosity normal --configuration ${{ variables.BuildConfiguration }} /p:OS=Windows
arguments: --filter "TestCategory=ClientTelemetryRelease & TestCategory!=Quarantine" --verbosity normal --configuration ${{ variables.BuildConfiguration }} /p:OS=Windows
nugetConfigPath: NuGet.config
publishTestResults: true
testRunTitle: Microsoft.Azure.Cosmos.EmulatorTests
Expand Down

0 comments on commit 86caa14

Please sign in to comment.