diff --git a/travis-ci/vmtest/run_selftests.sh b/travis-ci/vmtest/run_selftests.sh index 762cb43..f334b43 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