Skip to content

Commit 86caa14

Browse files
Quarantine ClientTelemetryReleaseTests (#4539)
1 parent 5994b16 commit 86caa14

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.EmulatorTests/ClientTelemetryReleaseTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ namespace Microsoft.Azure.Cosmos.SDK.EmulatorTests
1414
/// If you are making changes in this file please make sure you are adding similar test in <see cref="ClientTelemetryTests"/> also.
1515
/// </summary>
1616
[TestClass]
17+
[TestCategory("Quarantine") /* Release pipelines failing to connect to telemetry service */]
1718
[TestCategory("ClientTelemetryRelease")]
1819
public class ClientTelemetryReleaseTests : ClientTelemetryTestsBase
1920
{

azure-pipelines-official.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ stages:
4747
inputs:
4848
command: test
4949
projects: 'Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.EmulatorTests/*.csproj'
50-
arguments: --filter "TestCategory=ClientTelemetryRelease" --verbosity normal --configuration ${{ variables.BuildConfiguration }} /p:OS=Windows
50+
arguments: --filter "TestCategory=ClientTelemetryRelease & TestCategory!=Quarantine" --verbosity normal --configuration ${{ variables.BuildConfiguration }} /p:OS=Windows
5151
nugetConfigPath: NuGet.config
5252
publishTestResults: true
5353
testRunTitle: Microsoft.Azure.Cosmos.EmulatorTests

0 commit comments

Comments
 (0)