Skip to content

Commit

Permalink
Fix config warning (microsoft#4193)
Browse files Browse the repository at this point in the history
Co-authored-by: Marco Rossignoli <mrossignol@microsoft.com>
  • Loading branch information
MarcoRossignoli and Marco Rossignoli authored Dec 12, 2022
1 parent 3585b23 commit 108e6cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -904,7 +904,7 @@ public static RunConfiguration FromXml(XmlReader reader)
// Configuration used but not exposed to the public to avoid the Warning inside the log
case "ForceOneTestAtTimePerTestHost":
case "EnvironmentVariables":
case "TargetFrameworkTestHostLoadBalancingStrategy":
case "TargetFrameworkTestHostDemultiplexer":
reader.Skip();
break;
default:
Expand Down

0 comments on commit 108e6cd

Please sign in to comment.