Reenable unit test

Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
Bartosz Dunajski 2020-12-01 16:23:11 +00:00 committed by Compute-Runtime-Automation
parent 8198a739c8
commit cb14f0969d
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ HWTEST_F(AubMemDumpTests, reserveMaxAddress) {
aubFile.fileHandle.close(); aubFile.fileHandle.close();
} }
HWTEST_F(AubMemDumpTests, DISABLED_writeVerifyOneBytePPGTT) { HWTEST_F(AubMemDumpTests, writeVerifyOneBytePPGTT) {
typedef typename AUBFamilyMapper<FamilyType>::AUB AUB; typedef typename AUBFamilyMapper<FamilyType>::AUB AUB;
std::string filePath(folderAUB); std::string filePath(folderAUB);
filePath.append(Os::fileSeparator); filePath.append(Os::fileSeparator);