Correct test excludes

Related-To: NEO-5807

Signed-off-by: Dominik Dabek <dominik.dabek@intel.com>

Co-authored-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Dominik Dabek
2021-05-17 11:23:54 +00:00
committed by Compute-Runtime-Automation
parent 424b2143da
commit fa944d296c
6 changed files with 9 additions and 9 deletions

View File

@@ -66,5 +66,3 @@ ADLSTEST_F(AdlsHwInfo, givenAdlsWhenCheckL0ThenReturnTrue) {
const HardwareInfo &hardwareInfo = ADLS::hwInfo;
EXPECT_TRUE(hardwareInfo.capabilityTable.levelZeroSupported);
}
HWCMDTEST_EXCLUDE_FAMILY(DeviceFactoryTest, givenValidHwConfigStringPrepareDeviceEnvironmentsForProductFamilyOverrideReturnsTrue, IGFX_ALDERLAKE_S);

View File

@@ -76,5 +76,3 @@ RKLTEST_F(RklHwInfo, givenRklWhenCheckL0ThenReturnTrue) {
const HardwareInfo &hardwareInfo = RKL::hwInfo;
EXPECT_TRUE(hardwareInfo.capabilityTable.levelZeroSupported);
}
HWCMDTEST_EXCLUDE_FAMILY(DeviceFactoryTest, givenValidHwConfigStringPrepareDeviceEnvironmentsForProductFamilyOverrideReturnsTrue, IGFX_ROCKETLAKE);