Yes. And unfortunately `./pants --tag='-integratio...
# general
r
Yes. And unfortunately
./pants --tag='-integration_test' test ::
doesn't work. And I forget if there is a way to recursively match all test targets with a given name, e.g.
./pants test integration_tests/**::
or something