diff --git a/.teamcity/components/settings.kt b/.teamcity/components/settings.kt index a8f0573155ebd..b8abaafd01559 100644 --- a/.teamcity/components/settings.kt +++ b/.teamcity/components/settings.kt @@ -43,7 +43,7 @@ var serviceTestConfigurationOverrides = mapOf( "cdn" to testConfiguration(locationOverride = LocationConfiguration("centralus", "eastus2", "westeurope", true)), // "cognitive" is expensive - Monday, Wednesday, Friday - "cognitive" to testConfiguration(daysOfWeek = "2,4,6", ), + "cognitive" to testConfiguration(daysOfWeek = "2,4,6"), // Cosmos is only available in certain locations "cosmos" to testConfiguration(locationOverride = LocationConfiguration("westus", "northeurope", "southcentralus", true)),