mirror of
https://github.com/logos-storage/logos-storage-nim-cs-dist-tests.git
synced 2026-05-25 18:49:25 +00:00
Ensure test cleanup happens after each test
This commit is contained in:
parent
b8f9cb7297
commit
2de4e77a85
@ -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