diff --git a/Tests/DistTestCore/DistTest.cs b/Tests/DistTestCore/DistTest.cs index b6ee7ec2..8cba6af9 100644 --- a/Tests/DistTestCore/DistTest.cs +++ b/Tests/DistTestCore/DistTest.cs @@ -209,7 +209,7 @@ namespace DistTestCore private bool ShouldWaitForCleanup() { - return IsRunningInCluster() || CurrentTestMethodHasAttribute(); + return CurrentTestMethodHasAttribute(); } private bool ShouldUseLongTimeouts()