HLK Testing UMDF Driver Test getting Blocked


Hello all,
Trying to get HLK Certification on UMDF driver. All the test cases got passed except 4 which is getting blocked. Couldn’t get any logs of this because the test is not coming into the UMDF Driver. It’s getting blocked before that.

Drivers gives Humidity and Temperature values. The driver is configured as a Custom Sensor. Test is getting blocked with the below message
"TestBlocked: TAEF: Setup fixtures ‘CustomSensorTests::ClassSetup’ for the scope ‘CustomSensorTests’ returned ‘false’

Similarly same test case is done on another driver but which was configured as Barometer and that test case got passed without getting blocked. I guess some configuration needs to be done when configuring as CustomSensor, but couldn’t resolved this issue. Can’t able to find the cause of it either.

Attached two images.
One image- with blocked test case (configured as customsensor)
another image- with SAME test case passed but (configured as barometer)

Any help will be greatly appreciated.
Thanks in advance.
Santosh