From 76e7305fc264f798e9cdefdede74c0d60a2ab799 Mon Sep 17 00:00:00 2001 From: Vera Aguilera Puerto Date: Mon, 8 Nov 2021 12:43:06 +0100 Subject: [PATCH] Don't pool DummyIconTest --- Content.IntegrationTests/Tests/DummyIconTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.IntegrationTests/Tests/DummyIconTest.cs b/Content.IntegrationTests/Tests/DummyIconTest.cs index b1edda0a2d..2d9c927904 100644 --- a/Content.IntegrationTests/Tests/DummyIconTest.cs +++ b/Content.IntegrationTests/Tests/DummyIconTest.cs @@ -15,7 +15,7 @@ namespace Content.IntegrationTests.Tests [Test] public async Task Test() { - var (client, _) = await StartConnectedServerClientPair(); + var (client, _) = await StartConnectedServerClientPair(new ClientContentIntegrationOption(){ Pool = false }, new ServerContentIntegrationOption() { Pool = false }); var prototypeManager = client.ResolveDependency(); var resourceCache = client.ResolveDependency();