Add being able to force a test to pool
This commit is contained in:
@@ -193,9 +193,9 @@ namespace Content.IntegrationTests
|
||||
return false;
|
||||
}
|
||||
|
||||
if (options.Pool == false)
|
||||
if (options.Pool.HasValue)
|
||||
{
|
||||
return false;
|
||||
return options.Pool.Value;
|
||||
}
|
||||
|
||||
if (server)
|
||||
|
||||
Reference in New Issue
Block a user