Quarantine ClientTelemetryReleaseTests (#4539)
This commit is contained in:
Родитель
8c8d3e955c
Коммит
397ffab6fd
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче