ci: infra revision update

Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
Mateusz Hoppe
2023-10-24 11:14:24 +00:00
committed by Compute-Runtime-Automation
parent ac5f64f5c6
commit dfae4f0fc9
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ components:
branch: master
dest_dir: infra
fetch_tags: true
revision: v5422
revision: v5443
type: git
internal:
branch: master

View File

@@ -72,7 +72,7 @@ HWTEST_F(AubMemDumpTests, GivenHeaderThenExpectationsAreMet) {
aubFile.fileHandle.close();
}
HWTEST_F(AubMemDumpTests, GivenReserveMaxAddressThenExpectationsAreMet) {
HWTEST_F(AubMemDumpTests, DISABLED_GivenReserveMaxAddressThenExpectationsAreMet) {
typedef typename AUBFamilyMapper<FamilyType>::AUB AUB;
std::string filePath(folderAUB);
std::string filenameWithPrefix = ApiSpecificConfig::getAubPrefixForSpecificApi();