diff --git a/travis-ci/vmtest/configs/blacklist/BLACKLIST-latest b/travis-ci/vmtest/configs/blacklist/BLACKLIST-latest index 8d49647..688dcae 100644 --- a/travis-ci/vmtest/configs/blacklist/BLACKLIST-latest +++ b/travis-ci/vmtest/configs/blacklist/BLACKLIST-latest @@ -1,2 +1 @@ # TEMPORARY -tc_bpf diff --git a/travis-ci/vmtest/run_selftests.sh b/travis-ci/vmtest/run_selftests.sh index f334b43..b2d4b5b 100755 --- a/travis-ci/vmtest/run_selftests.sh +++ b/travis-ci/vmtest/run_selftests.sh @@ -46,6 +46,6 @@ cd libbpf/selftests/bpf test_progs if [[ "${KERNEL}" == 'latest' ]]; then - #test_maps + # test_maps test_verifier fi