Skip to content

Commit 5f70e1c

Browse files
test: reset waitpkgUse on test start
Signed-off-by: Lukasz Jobczyk <[email protected]>
1 parent ec7821e commit 5f70e1c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

shared/test/common/base_ult_config_listener.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#include "base_ult_config_listener.h"
99

1010
#include "shared/source/memory_manager/memory_manager.h"
11+
#include "shared/source/utilities/wait_util.h"
1112
#include "shared/test/common/helpers/default_hw_info.h"
1213
#include "shared/test/common/helpers/ult_hw_config.h"
1314

@@ -20,6 +21,7 @@ namespace NEO {
2021
extern unsigned int testCaseMaxTimeInMs;
2122

2223
void BaseUltConfigListener::OnTestStart(const ::testing::TestInfo &) {
24+
WaitUtils::waitpkgUse = false;
2325
maxOsContextCountBackup = MemoryManager::maxOsContextCount;
2426
debugVarSnapshot = debugManager.flags;
2527
injectFcnSnapshot = debugManager.injectFcn;

0 commit comments

Comments
 (0)