Skip to content

Commit f40884f

Browse files
authored
Ignore Network each time network API upgrade (#12769)
add network into this dictionary so scenario tests ignore each time network API upgrade.
1 parent 027c74b commit f40884f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/SignalR/SignalR.Test/TestController.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ public void RunPsTestWorkflow(
6969
{
7070
{"Microsoft.Resources", null},
7171
{"Microsoft.Features", null},
72-
{"Microsoft.Authorization", null}
72+
{"Microsoft.Authorization", null},
73+
{"Microsoft.Network", null}
7374
};
7475
var providersToIgnore = new Dictionary<string, string>
7576
{

0 commit comments

Comments
 (0)