mirror of
https://github.com/logos-storage/logos-storage-nim-cs-dist-tests.git
synced 2026-06-01 14:09:27 +00:00
Ensure test cleanup happens after each test
This commit is contained in:
parent
27df5b3d95
commit
e9faf9bbfa
@ -209,7 +209,7 @@ namespace DistTestCore
|
||||
|
||||
private bool ShouldWaitForCleanup()
|
||||
{
|
||||
return CurrentTestMethodHasAttribute<WaitForCleanupAttribute>();
|
||||
return IsRunningInCluster() || CurrentTestMethodHasAttribute<WaitForCleanupAttribute>();
|
||||
}
|
||||
|
||||
private bool ShouldUseLongTimeouts()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user