2022-09-14 21:03:02 +08:00
|
|
|
/*
|
2023-01-05 22:03:10 +08:00
|
|
|
* Copyright (C) 2022-2023 Intel Corporation
|
2022-09-14 21:03:02 +08:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "shared/test/common/test_macros/hw_test_base.h"
|
|
|
|
|
2022-11-29 01:48:41 +08:00
|
|
|
HWTEST_EXCLUDE_PRODUCT(ProductHelperTest, givenProductHelperWhenIsSystolicModeConfigurabledThenFalseIsReturned, IGFX_ALDERLAKE_P);
|
2022-09-14 21:03:02 +08:00
|
|
|
HWTEST_EXCLUDE_PRODUCT(PreambleTest, WhenIsSystolicModeConfigurableThenReturnFalse, IGFX_ALDERLAKE_P);
|
2023-01-05 22:03:10 +08:00
|
|
|
HWTEST_EXCLUDE_PRODUCT(ProductHelperTest, givenProductHelperWhenAskedIfPipeControlWAIsRequiredThenFalseIsReturned, IGFX_ALDERLAKE_P);
|