fix: reduce preemption surface size in aub tests

Related-To: NEO-12648

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2024-10-10 14:12:42 +00:00
committed by Compute-Runtime-Automation
parent 1260023efa
commit 8daae7e8ae
3 changed files with 1 additions and 8 deletions

View File

@@ -433,6 +433,7 @@ int main(int argc, char **argv) {
MockSipData::mockSipKernel.reset(new MockSipKernel());
if (testMode == TestMode::aubTests || testMode == TestMode::aubTestsWithTbx) {
MockSipData::useMockSip = false;
debugManager.flags.OverrideCsrAllocationSize.set(1);
} else {
MockSipData::useMockSip = true;
}