test: disable aggregated events aubs

Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
Bartosz Dunajski
2025-10-21 13:03:57 +00:00
committed by Compute-Runtime-Automation
parent d0457e9e2d
commit 9893a8c791

View File

@@ -345,7 +345,7 @@ struct BcsSplitAubFixture : public MulticontextL0AubFixture {
using BcsSplitAubTests = Test<BcsSplitAubFixture<1>>;
HWTEST2_F(BcsSplitAubTests, whenAppendingCopyWithAggregatedEventThenEventIsSignaledAndDataIsCorrect, IsAtLeastXeHpcCore) {
HWTEST2_F(BcsSplitAubTests, DISABLED_whenAppendingCopyWithAggregatedEventThenEventIsSignaledAndDataIsCorrect, IsAtLeastXeHpcCore) {
auto whiteboxCmdList = static_cast<ult::WhiteBox<L0::CommandListImp> *>(commandList.get());
if (!whiteboxCmdList->isBcsSplitNeeded) {
GTEST_SKIP();
@@ -406,7 +406,7 @@ HWTEST2_F(BcsSplitAubTests, whenAppendingCopyWithAggregatedEventThenEventIsSigna
using BcsSplitMultitileAubTests = Test<BcsSplitAubFixture<2>>;
HWTEST2_F(BcsSplitMultitileAubTests, whenAppendingCopyWithAggregatedEventThenEventIsSignaledAndDataIsCorrect, IsAtLeastXeHpcCore) {
HWTEST2_F(BcsSplitMultitileAubTests, DISABLED_whenAppendingCopyWithAggregatedEventThenEventIsSignaledAndDataIsCorrect, IsAtLeastXeHpcCore) {
if (!rootDevice->isImplicitScalingCapable()) {
GTEST_SKIP();
}