diff --git a/Content.IntegrationTests/ContentIntegrationTest.cs b/Content.IntegrationTests/ContentIntegrationTest.cs index 738544be80..5fae291766 100644 --- a/Content.IntegrationTests/ContentIntegrationTest.cs +++ b/Content.IntegrationTests/ContentIntegrationTest.cs @@ -184,6 +184,12 @@ namespace Content.IntegrationTests private bool ShouldPool(IntegrationOptions options, bool server) { + // TODO TEST POOLING client pooling + if (!server) + { + return false; + } + if (options.Pool == false) { return false;