From 3ba14735ea75e252cdc2430d02223757d73ebe65 Mon Sep 17 00:00:00 2001 From: Slava Barinov Date: Tue, 13 Jul 2021 13:24:55 +0300 Subject: [PATCH] Turn off tst-udp-timeout test The test is flaky and causes freeze both in buildroot and on RPi Change-Id: I9621b110e3b085b16a369d92d2b322f798aaab1a Signed-off-by: Slava Barinov --- sunrpc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sunrpc/Makefile b/sunrpc/Makefile index ec2ea04..8d83cc4 100644 --- a/sunrpc/Makefile +++ b/sunrpc/Makefile @@ -64,7 +64,7 @@ routines := auth_none authuxprot clnt_raw clnt_simp \ shared-only-routines = $(routines) endif -tests = tst-xdrmem tst-xdrmem2 test-rpcent tst-udp-error tst-udp-timeout \ +tests = tst-xdrmem tst-xdrmem2 test-rpcent tst-udp-error \ tst-udp-nonblocking tst-bug22542 tst-bug28768 xtests := tst-getmyaddr -- 2.7.4