revert 2de4e77a

Waiting for cleanup is not needed, slows down tests
This commit is contained in:
E M 2026-04-30 17:55:32 +10:00
parent cbef74f6cb
commit 255a773a5f
No known key found for this signature in database

View File

@ -209,7 +209,7 @@ namespace DistTestCore
private bool ShouldWaitForCleanup()
{
return IsRunningInCluster() || CurrentTestMethodHasAttribute<WaitForCleanupAttribute>();
return CurrentTestMethodHasAttribute<WaitForCleanupAttribute>();
}
private bool ShouldUseLongTimeouts()