We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30ac823 commit 86093a7Copy full SHA for 86093a7
src/Tests/Framework/Xunit/TestAssemblyRunner.cs
@@ -66,7 +66,7 @@ orderby g.Count() descending
66
var clusterTotals = new Dictionary<string, Stopwatch>();
67
foreach (var group in grouped)
68
{
69
- if (group.Key?.GetType() != typeof(WritableCluster)) continue;
+ //if (group.Key?.GetType() != typeof(WritableCluster)) continue;
70
var type = group.Key?.GetType();
71
var clusterName = type?.Name.Replace("Cluster", "") ?? "UNKNOWN";
72
var dop = group.Key != null && group.Key.MaxConcurrency > 0
0 commit comments