test: don't use product specific ioctl helper in generic tests

Related-To: NEO-13527
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2024-12-18 16:08:06 +00:00
committed by Compute-Runtime-Automation
parent c5d541dd81
commit e7a8936d70
8 changed files with 25 additions and 1 deletions

View File

@@ -858,6 +858,7 @@ int main(int argc, char **argv) {
defaultHwInfo = std::make_unique<HardwareInfo>();
*defaultHwInfo = DEFAULT_TEST_PLATFORM::hwInfo;
debugManager.flags.IgnoreProductSpecificIoctlHelper.set(true);
initializeTestedDevice();
Os::dxcoreDllName = "";