From 5859b6f258bc73f2b8c9a13c1ccfe79244d6ad89 Mon Sep 17 00:00:00 2001 From: yzt Date: Wed, 26 Aug 2020 11:06:34 +0800 Subject: [PATCH] Ignore Network each time network API upgrade add network into this dictionary so scenario tests ignore each time network API upgrade. --- src/SignalR/SignalR.Test/TestController.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/SignalR/SignalR.Test/TestController.cs b/src/SignalR/SignalR.Test/TestController.cs index 90fcb49c17ee..32c0ee79471d 100644 --- a/src/SignalR/SignalR.Test/TestController.cs +++ b/src/SignalR/SignalR.Test/TestController.cs @@ -69,7 +69,8 @@ public void RunPsTestWorkflow( { {"Microsoft.Resources", null}, {"Microsoft.Features", null}, - {"Microsoft.Authorization", null} + {"Microsoft.Authorization", null}, + {"Microsoft.Network", null} }; var providersToIgnore = new Dictionary {