infra update

Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>
This commit is contained in:
Artur Harasimiuk 2020-12-07 17:52:47 +01:00 committed by Compute-Runtime-Automation
parent 4804eca86d
commit ddca863c48
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ components:
infra:
branch: infra
dest_dir: infra
revision: acdc261114027e51b9241ee8e648872bd036508a
revision: 293b010632668c10d2930d2bbd7e932a645d7af6
type: git
internal:
branch: master

View File

@ -35,7 +35,7 @@ GEN12LPTEST_F(Gen12LPAubBatchBufferTests, givenSimpleCCSWithBatchBufferWhenItHas
setupAUBWithBatchBuffer<FamilyType>(pDevice, aub_stream::ENGINE_CCS, gpuBatchBufferAddr);
}
GEN12LPTEST_F(Gen12LPTimestampTests, givenCommandQueueWithProfilingEnabledWhenKernelIsEnqueuedThenProfilingTimestampsAreNotZero) {
GEN12LPTEST_F(Gen12LPTimestampTests, DISABLED_givenCommandQueueWithProfilingEnabledWhenKernelIsEnqueuedThenProfilingTimestampsAreNotZero) {
cl_queue_properties properties[3] = {CL_QUEUE_PROPERTIES, CL_QUEUE_PROFILING_ENABLE, 0};
CommandQueueHw<FamilyType> cmdQ(pContext, pClDevice, &properties[0], false);