test: missing heapless disable for test testing growth of ssh with bindful

Related-to: NEO-12737

Signed-off-by: Damian Tomczak <damian.tomczak@intel.com>
This commit is contained in:
Damian Tomczak
2025-02-13 20:46:03 +00:00
committed by Compute-Runtime-Automation
parent 6b6202446b
commit 79cee3405d

View File

@@ -818,6 +818,7 @@ HWTEST_F(CommandListAppendLaunchKernel, givenKernelWithPrintfAndEventAppendedToI
HWTEST_F(CommandListAppendLaunchKernel, WhenAppendingMultipleTimesThenSshIsNotDepletedButReallocated) {
DebugManagerStateRestore dbgRestorer;
debugManager.flags.UseBindlessMode.set(0);
UnitTestSetter::disableHeapless(dbgRestorer);
debugManager.flags.UseExternalAllocatorForSshAndDsh.set(0);
neoDevice->getExecutionEnvironment()->rootDeviceEnvironments[neoDevice->getRootDeviceIndex()]->bindlessHeapsHelper.reset();