Disable bindless aub tests

Signed-off-by: Maciej Plewka <maciej.plewka@intel.com>
This commit is contained in:
Maciej Plewka 2021-02-08 12:47:34 +00:00 committed by Compute-Runtime-Automation
parent db7a10f6cc
commit 12669e897e
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2017-2020 Intel Corporation * Copyright (C) 2017-2021 Intel Corporation
* *
* SPDX-License-Identifier: MIT * SPDX-License-Identifier: MIT
* *
@ -866,7 +866,7 @@ HWTEST_F(AUBSimpleArgNonUniformTest, givenOpenCL20SupportWhenProvidingWork3DimNo
using AUBBindlessKernel = Test<KernelAUBFixture<BindlessKernelFixture>>; using AUBBindlessKernel = Test<KernelAUBFixture<BindlessKernelFixture>>;
using IsSklPlus = IsAtLeastProduct<IGFX_SKYLAKE>; using IsSklPlus = IsAtLeastProduct<IGFX_SKYLAKE>;
HWTEST2_F(AUBBindlessKernel, givenBindlessCopyKernelWhenEnqueuedThenResultsValidate, IsSklPlus) { HWTEST2_F(AUBBindlessKernel, DISABLED_givenBindlessCopyKernelWhenEnqueuedThenResultsValidate, IsSklPlus) {
constexpr size_t bufferSize = MemoryConstants::pageSize; constexpr size_t bufferSize = MemoryConstants::pageSize;
createKernel(std::string("bindless_stateful_copy_buffer"), std::string("StatefulCopyBuffer")); createKernel(std::string("bindless_stateful_copy_buffer"), std::string("StatefulCopyBuffer"));