test(e2e): harden CliRunner timeout drain + skip-counter (review fixes)
This commit is contained in:
+2
-2
@@ -32,7 +32,7 @@ public static class ClusterAvailability
|
||||
{
|
||||
if (!cached)
|
||||
{
|
||||
SkippedCount++;
|
||||
System.Threading.Interlocked.Increment(ref SkippedCount);
|
||||
}
|
||||
|
||||
return cached;
|
||||
@@ -46,7 +46,7 @@ public static class ClusterAvailability
|
||||
catch
|
||||
{
|
||||
_cached = false;
|
||||
SkippedCount++;
|
||||
System.Threading.Interlocked.Increment(ref SkippedCount);
|
||||
}
|
||||
|
||||
return _cached.Value;
|
||||
|
||||
Reference in New Issue
Block a user