mirror of
https://github.com/intel/compute-runtime.git
synced 2025-06-28 17:58:30 +08:00
Disable bindless aub tests
Signed-off-by: Maciej Plewka <maciej.plewka@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

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