test: disable buffer pooling in aub test

Disable buffer pooling in MultitileMulticontextTests

Related-To: NEO-10526

Signed-off-by: Dominik Dabek <dominik.dabek@intel.com>
This commit is contained in:
Dominik Dabek
2024-03-11 13:48:16 +00:00
committed by Compute-Runtime-Automation
parent cb185e50f3
commit 4442a97696

View File

@@ -32,6 +32,7 @@ using namespace NEO;
template <uint32_t numberOfTiles, MulticontextAubFixture::EnabledCommandStreamers enabledCommandStreamers>
struct MultitileMulticontextTests : public MulticontextAubFixture, public ::testing::Test {
void SetUp() override {
debugManager.flags.ExperimentalSmallBufferPoolAllocator.set(0);
MulticontextAubFixture::setUp(numberOfTiles, enabledCommandStreamers, false);
}
void TearDown() override {