tests: disable system-test's etcd tests as the corresponding fixture is also arch-specific

This commit is contained in:
Sébastien Delafond
2025-02-19 14:01:27 +01:00
parent 7bbfe88008
commit 6e1b49daa8
+3
View File
@@ -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