Disable tests for benchmark library build

The tests of the google-benchmark package fail to build on systems
that do not have an executbale named `python` in the path. Systems like
CentOS only provide `python3` nowadays.

This just disables the tests as we don't need them.

Differential Revision: https://reviews.llvm.org/D151917
1 file changed