From 2f42127b79ffb8403ffc747e9408effaf619d9b6 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 29 Aug 2023 14:39:10 +0200 Subject: riscv64: disable blocking test on noMMU testing --- test/inet/Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test') diff --git a/test/inet/Makefile.in b/test/inet/Makefile.in index a79b3d3..ecf0a94 100644 --- a/test/inet/Makefile.in +++ b/test/inet/Makefile.in @@ -1,2 +1,6 @@ # uClibc-ng inet tests # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. + +ifeq ($(TARGET_ARCH),riscv64) +TESTS_DISABLED := tst-ifaddrs +endif -- cgit v1.2.3