Quarantine ClientTelemetryReleaseTests (#4539)

This commit is contained in:
Kiran Kumar Kolli 2024-06-12 07:17:27 -07:00 коммит произвёл GitHub
Родитель 8c8d3e955c
Коммит 397ffab6fd
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -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
{

Просмотреть файл

@ -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