Description:
The recently added //test/exe:main_common_test does not work in IPv6 only environments, because the YAML file used by it uses 0.0.0.0 as a listening address. The test is not parameterized on IP versions in the manner of our other tests.
It can be temporarily worked around by no-oping the test when run in a non-IPv4 supporting environment, but it should be fixed properly to run in IPv4 only, IPv6 only, or dual stacked test environments.