test: Fixed test for queue priority levels

Related-To: NEO-14572

Signed-off-by: Slawomir Milczarek <slawomir.milczarek@intel.com>
This commit is contained in:
Slawomir Milczarek
2025-09-16 13:51:20 +00:00
committed by Compute-Runtime-Automation
parent d552c5b85a
commit 930cb2f25a

View File

@@ -2034,7 +2034,7 @@ HWTEST_F(GfxCoreHelperTest, givenCommandCacheInvalidateFlagSetWhenProgrammingBar
EXPECT_TRUE(pipeControl->getCommandCacheInvalidateEnable());
}
TEST_F(GfxCoreHelperTest, whenGetQueuePriorityLevelsQueriedThen2IsReturned) {
HWTEST2_F(GfxCoreHelperTest, whenGetQueuePriorityLevelsQueriedThen2IsReturned, IsAtMostXe3Core) {
auto &gfxCoreHelper = getHelper<GfxCoreHelper>();
EXPECT_EQ(2u, gfxCoreHelper.getQueuePriorityLevels());
}