From 255a773a5f31c1044092bdbecea24cc460afa291 Mon Sep 17 00:00:00 2001 From: E M <5089238+emizzle@users.noreply.github.com> Date: Thu, 30 Apr 2026 17:55:32 +1000 Subject: [PATCH] revert 2de4e77a Waiting for cleanup is not needed, slows down tests --- Tests/DistTestCore/DistTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()