Skip to content

Commit

Permalink
Retry tests if msbuild crashes
Browse files Browse the repository at this point in the history
  • Loading branch information
radical committed Oct 8, 2024
1 parent dacd6d8 commit 658eed9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion eng/test-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" } }
]
}

0 comments on commit 658eed9

Please sign in to comment.