Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Oliveira <brunolins16@users.noreply.github.com>2022-09-15 02:15:28 +0300
committerGitHub <noreply@github.com>2022-09-15 02:15:28 +0300
commita087b1b67a23fa3a3409ca2e267e382f813ff824 (patch)
treee675dc50cd9696772a5969743d78f65dd0a9ec24
parentd889c918044f9cdd6ad6e720a3e5a42e678c4854 (diff)
-rw-r--r--eng/test-configuration.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/eng/test-configuration.json b/eng/test-configuration.json
index 86435e8c4e..63eb792082 100644
--- a/eng/test-configuration.json
+++ b/eng/test-configuration.json
@@ -17,7 +17,7 @@
{"testName": {"contains": "HttpsConnectionClosedWhenResponseDoesNotSatisfyMinimumDataRate"}},
{"testName": {"contains": "BidirectionalStream_ServerReadsDataAndCompletes_GracefullyClosed"}},
{"testName": {"contains": "POST_ServerAbort_ClientReceivesAbort"}},
- {"testName": {"contains": "AddsExpectedItems"}},
+ {"testAssembly": {"contains": "Microsoft.Extensions.ApiDescription.Client.Tests"}},
{"testAssembly": {"contains": "IIS"}},
{"failureMessage": {"contains":"(Site is started but no worker process found)"}},
{"failureMessage": {"contains": "network disconnected"}}