From 1862741fb0f866ef3e59dd4ddf843b4c15940b8f Mon Sep 17 00:00:00 2001 From: Andrii Nakryiko Date: Thu, 4 Jun 2020 10:48:08 -0700 Subject: [PATCH] vmtest: disable ringbuf test on latest for now ringbuf selftest is flaky, disable it for now. Signed-off-by: Andrii Nakryiko --- travis-ci/vmtest/configs/blacklist/BLACKLIST-latest | 1 + 1 file changed, 1 insertion(+) diff --git a/travis-ci/vmtest/configs/blacklist/BLACKLIST-latest b/travis-ci/vmtest/configs/blacklist/BLACKLIST-latest index f2cad34..5772482 100644 --- a/travis-ci/vmtest/configs/blacklist/BLACKLIST-latest +++ b/travis-ci/vmtest/configs/blacklist/BLACKLIST-latest @@ -3,3 +3,4 @@ send_signal # flaky test_lsm # semi-working sk_assign # needs better setup in Travis CI cls_redirect # latest Clang breaks BPF verification +ringbuf # ringbuf test is racy right now