ovn: skip unstable tests

This commit is contained in:
Ihar Hrachyshka
2025-09-11 22:28:00 -04:00
parent adff8f0a20
commit 468cd45f72
+4
View File
@@ -102,6 +102,10 @@ stdenv.mkDerivation rec {
sed -i '/chown -R $INSTALL_USER:$INSTALL_GROUP $ovn_etcdir/d' $out/share/ovn/scripts/ovn-ctl
'';
env = {
SKIP_UNSTABLE = "yes";
};
# https://docs.ovn.org/en/latest/topics/testing.html
preCheck = ''
export TESTSUITEFLAGS="-j$NIX_BUILD_CORES"