mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-28 16:48:45 +08:00
Adding support for excluding tests per platform
Change-Id: I5c41cadd0f44d05640593673f1c00da84d428711
This commit is contained in:
committed by
sys_ocldev
parent
95df25af23
commit
311de0c644
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2017-2018 Intel Corporation
|
||||
* Copyright (C) 2017-2019 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
@@ -394,6 +394,7 @@ INSTANTIATE_TEST_CASE_P(ParentKernelEnqueueTest,
|
||||
|
||||
class ParentKernelEnqueueFixture : public ExecutionModelSchedulerTest,
|
||||
public testing::Test {
|
||||
public:
|
||||
void SetUp() override {
|
||||
ExecutionModelSchedulerTest::SetUp();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user