Correct unit test

Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
This commit is contained in:
Kamil Kopryk
2021-10-15 16:04:15 +00:00
committed by Compute-Runtime-Automation
parent b7615f5e4b
commit 1be608b81e

View File

@@ -1697,6 +1697,8 @@ HWTEST_F(DrmMemoryManagerTest, givenDrmMemoryManagerWhenTiledImageIsBeingCreated
GTEST_SKIP();
}
device->setPreemptionMode(PreemptionMode::Disabled);
auto csr = static_cast<TestedDrmCommandStreamReceiver<DEFAULT_TEST_FAMILY_NAME> *>(device->getDefaultEngine().commandStreamReceiver);
csr->callHwFlush = false;