Integration Tool thermal test fails on my board

Trying to run the integration-tool (v1.14.1) thermal test fails on my custom board.
What can I do?

For the thermal test to be able to run the board need to have an INA231 assembled for power measurements (as in the M.2 and miniPCIe board that Hailo provides). With the absence of this, the test is unable to validate the temperature, and thus not qualified to run.
To avoid this test, change this line in the integration-tool config json file:

...
"test_list": {
 "thermal_test": false,
...

If you you’re not sure how to get this json file, you can generate one with the --generate-config command.