We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
This is an additional measure to divide integration tests from unit tests
Integration tests could then additionally skipped with
if testing.Short() { t.Skip("skipping integration test") }