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
parent 6bf8babb33
commit 64f027efda
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