Commit 0667b92d authored by Matheus Marchini's avatar Matheus Marchini

docker: disable runtime tests on CI

parent 10a43d07
...@@ -14,5 +14,6 @@ make "$@" ...@@ -14,5 +14,6 @@ make "$@"
if [ $RUN_TESTS = 1 ]; then if [ $RUN_TESTS = 1 ]; then
set +e set +e
./tests/bpftrace_test $TEST_ARGS; ./tests/bpftrace_test $TEST_ARGS;
make runtime-tests; # TODO(mmarchini) re-enable once we figured out how to run it properly on CI
# make runtime-tests;
fi fi
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment