Reenable unit test
Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
parent
8198a739c8
commit
cb14f0969d
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue