From 6e1b49daa86a23e0e6e521f6004ed420e16c0e30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Delafond?= Date: Wed, 19 Feb 2025 14:01:27 +0100 Subject: [PATCH] tests: disable system-test's etcd tests as the corresponding fixture is also arch-specific --- debian/tests/system-test | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/tests/system-test b/debian/tests/system-test index e6e00d8e..cb7ad6da 100755 --- a/debian/tests/system-test +++ b/debian/tests/system-test @@ -13,4 +13,7 @@ rm ${APTLY_SRC_DIR}/system/t07_serve/serve.py rm ${APTLY_SRC_DIR}/system/t12_api/docs.py rm ${APTLY_SRC_DIR}/system/t14_graph/graph.py +# etcd fixture is arch-specific +rm -fr ${APTLY_SRC_DIR}/system/t13_etcd + make -C $APTLY_SRC_DIR system-test