L0 ULT: exclude bindless kernel aub test

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2022-11-25 20:31:06 +01:00
committed by Compute-Runtime-Automation
parent 4bd5765a06
commit af09c40f8d

View File

@@ -62,7 +62,7 @@ struct L0BindlessAub : Test<AUBFixtureL0> {
ModuleImp *module = nullptr;
};
HWTEST_F(L0BindlessAub, GivenBindlessKernelWhenExecutedThenOutputIsCorrect) {
HWTEST_F(L0BindlessAub, DISABLED_GivenBindlessKernelWhenExecutedThenOutputIsCorrect) {
constexpr size_t bufferSize = MemoryConstants::pageSize;
const uint32_t groupSize[] = {32, 1, 1};
const uint32_t groupCount[] = {bufferSize / 32, 1, 1};