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 committed by Giuliano Mega
parent 600148b8d5
commit cd7cf67512

View File

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