Remove unnecessary test task dependency (#76938)
We auto-wire the bwcTestSnapshots task to the check task. This dependOn
means we run the full wire compatible test suite on every build which
is not what we want since we run those explicitly in parallel CI jobs.
Running check should only test unreleased versions.
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>