File tree Expand file tree Collapse file tree
Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.EmulatorTests Expand file tree Collapse file tree Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments