diff --git a/eng/test-configuration.json b/eng/test-configuration.json index 06a4bdbca6..b77e097afc 100644 --- a/eng/test-configuration.json +++ b/eng/test-configuration.json @@ -4,6 +4,7 @@ "localRerunCount": 1, "retryOnRules": [ { "testName": { "contains": "Aspire.Elastic.Clients.Elasticsearch.Tests.ConformanceTests.HealthCheckReportsExpectedStatus" } }, - { "testAssembly": { "contains": "Aspire.Elastic.Clients.Elasticsearch.Tests" }, "failureMessage": { "contains": "RemoteExecutionException : Half-way through waiting for remote process." } } + { "testAssembly": { "contains": "Aspire.Elastic.Clients.Elasticsearch.Tests" }, "failureMessage": { "contains": "RemoteExecutionException : Half-way through waiting for remote process." } }, + { "failureMessage" : { "contains" : "MSBUILD : error MSB4166: Child node" } } ] }