refactor: Remove redundant specializations

Signed-off-by: Bellekallu Rajkiran <bellekallu.rajkiran@intel.com>
This commit is contained in:
Bellekallu Rajkiran
2025-09-15 13:19:46 +00:00
committed by Compute-Runtime-Automation
parent e2f533e2a1
commit 36237d7e9f
2 changed files with 0 additions and 11 deletions

View File

@@ -75,12 +75,6 @@ PVCTEST_F(PvcProductHelperLinux, givenProductHelperWhenAskedIsPageFaultSupported
EXPECT_TRUE(productHelper->isPageFaultSupported());
}
HWTEST_EXCLUDE_PRODUCT(ProductHelperTest, givenProductHelperWhenAskedIfKmdMigrationIsSupportedThenReturnFalse, IGFX_PVC);
PVCTEST_F(PvcProductHelperLinux, givenProductHelperWhenAskedIsKmdMigrationSupportedThenReturnTrue) {
EXPECT_FALSE(productHelper->isKmdMigrationSupported());
}
PVCTEST_F(PvcProductHelperLinux, givenAotConfigWhenSetHwInfoRevisionIdForPvcThenCorrectValueIsSet) {
auto &compilerProductHelper = this->executionEnvironment->rootDeviceEnvironments[0]->getHelper<CompilerProductHelper>();
for (const auto &config : AOT_PVC::productConfigs) {