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