Skip to content

Commit 8615288

Browse files
Do not use AUB + TBX in TBX test mode.
Change-Id: Ia53045076f72cc162c43fa06db9117c9e8d4f1e2
1 parent ca16ecd commit 8615288

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unit_tests/aub_tests/fixtures/aub_fixture.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class AUBFixture : public CommandQueueHwFixture {
3737

3838
executionEnvironment = new ExecutionEnvironment;
3939
if (testMode == TestMode::AubTestsWithTbx) {
40-
this->csr = TbxCommandStreamReceiver::create(hwInfo, true, *executionEnvironment);
40+
this->csr = TbxCommandStreamReceiver::create(hwInfo, false, *executionEnvironment);
4141
} else {
4242
this->csr = AUBCommandStreamReceiver::create(hwInfo, strfilename.str(), true, *executionEnvironment);
4343
}

0 commit comments

Comments
 (0)