Skip to content

Commit 12669e8

Browse files
Disable bindless aub tests
Signed-off-by: Maciej Plewka <[email protected]>
1 parent db7a10f commit 12669e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

opencl/test/unit_test/aub_tests/command_queue/enqueue_kernel_aub_tests.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2017-2020 Intel Corporation
2+
* Copyright (C) 2017-2021 Intel Corporation
33
*
44
* SPDX-License-Identifier: MIT
55
*
@@ -866,7 +866,7 @@ HWTEST_F(AUBSimpleArgNonUniformTest, givenOpenCL20SupportWhenProvidingWork3DimNo
866866
using AUBBindlessKernel = Test<KernelAUBFixture<BindlessKernelFixture>>;
867867
using IsSklPlus = IsAtLeastProduct<IGFX_SKYLAKE>;
868868

869-
HWTEST2_F(AUBBindlessKernel, givenBindlessCopyKernelWhenEnqueuedThenResultsValidate, IsSklPlus) {
869+
HWTEST2_F(AUBBindlessKernel, DISABLED_givenBindlessCopyKernelWhenEnqueuedThenResultsValidate, IsSklPlus) {
870870
constexpr size_t bufferSize = MemoryConstants::pageSize;
871871

872872
createKernel(std::string("bindless_stateful_copy_buffer"), std::string("StatefulCopyBuffer"));

0 commit comments

Comments
 (0)