vmtest: disable ringbuf test on latest for now

ringbuf selftest is flaky, disable it for now.

Signed-off-by: Andrii Nakryiko <andriin@fb.com>
This commit is contained in:
Andrii Nakryiko
2020-06-04 10:48:08 -07:00
parent 6a269cf458
commit 1862741fb0

View File

@@ -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