mirror of
https://github.com/logos-storage/logos-storage-nim-cs-dist-tests.git
synced 2026-05-25 18:49:25 +00:00
revert 2de4e77a
Waiting for cleanup is not needed, slows down tests
This commit is contained in:
parent
cbef74f6cb
commit
255a773a5f
@ -209,7 +209,7 @@ namespace DistTestCore
|
||||
|
||||
private bool ShouldWaitForCleanup()
|
||||
{
|
||||
return IsRunningInCluster() || CurrentTestMethodHasAttribute<WaitForCleanupAttribute>();
|
||||
return CurrentTestMethodHasAttribute<WaitForCleanupAttribute>();
|
||||
}
|
||||
|
||||
private bool ShouldUseLongTimeouts()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user