Skip to content

Commit 9b7d9db

Browse files
authored
chore: remove references to ebpf tests (#4390)
1 parent cd02076 commit 9b7d9db

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Makefile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,15 +76,9 @@ buf/lint: $(BIN)/buf
7676
cd api/ && $(BIN)/buf lint || true # TODO: Fix linting problems and remove the always true
7777
cd pkg && $(BIN)/buf lint || true # TODO: Fix linting problems and remove the always true
7878

79-
EBPF_TESTS='^TestEBPF.*'
80-
8179
.PHONY: go/test
8280
go/test: $(BIN)/gotestsum
83-
ifeq ($(GOOS),darwin)
8481
$(BIN)/gotestsum --rerun-fails=2 --packages './... ./lidia/...' -- $(GO_TEST_FLAGS)
85-
else
86-
$(BIN)/gotestsum --rerun-fails=2 --packages './... ./lidia/...' -- $(GO_TEST_FLAGS) -skip $(EBPF_TESTS)
87-
endif
8882

8983
# Run test on examples
9084
# This can also be used to run it on a subset of tests

0 commit comments

Comments
 (0)