chore: remove misleading comment

The comment is no longer relevant after:
d3558d8e09
This commit is contained in:
Patryk Osmaczko 2024-03-01 12:43:41 +01:00 committed by osmaczko
parent a7b0732cc7
commit 03732ad12b
1 changed files with 0 additions and 2 deletions

View File

@ -318,8 +318,6 @@ test-unit: export UNIT_TEST_COUNT ?= 1
test-unit: export UNIT_TEST_FAILFAST ?= true
test-unit: export UNIT_TEST_RERUN_FAILS ?= true
test-unit: export UNIT_TEST_USE_DEVELOPMENT_LOGGER ?= true
# Ensure 'waku' and 'wakuv2' tests are executed first to reduce the impact of flaky tests.
# Otherwise, the entire target might fail at the end, making re-runs time-consuming.
test-unit: export UNIT_TEST_PACKAGES ?= $(shell go list ./... | \
grep -v /vendor | \
grep -v /t/e2e | \