ci: restore all temporary disabled tests

Upstream bpf-next should be good, so no temporary blocked tests should remain.

Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
This commit is contained in:
Andrii Nakryiko
2021-08-06 17:40:18 -07:00
committed by Andrii Nakryiko
parent 9979463ccf
commit 54a7bc87d5
2 changed files with 1 additions and 2 deletions

View File

@@ -1,2 +1 @@
# TEMPORARY
tc_bpf

View File

@@ -46,6 +46,6 @@ cd libbpf/selftests/bpf
test_progs
if [[ "${KERNEL}" == 'latest' ]]; then
#test_maps
# test_maps
test_verifier
fi