From 07446934edbb1f89687ac404a6dd00c0494f7fc0 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sat, 21 Mar 2026 11:31:54 +0100 Subject: [PATCH] FreeBSD 14.4 seems to have the same problem as FreeBSD 15.0, disabling for now. --- .azure-pipelines/azure-pipelines.yml | 5 +++-- tests/integration/targets/iso_extract/aliases | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 2002270f66..34855ed6e7 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -198,8 +198,9 @@ stages: # TODO: enable this ASAP! # - name: FreeBSD 15.0 # test: freebsd/15.0 - - name: FreeBSD 14.4 - test: freebsd/14.4 + # TODO: enable this ASAP! + # - name: FreeBSD 14.4 + # test: freebsd/14.4 groups: - 1 - 2 diff --git a/tests/integration/targets/iso_extract/aliases b/tests/integration/targets/iso_extract/aliases index 2e7d53a9ca..91e3ac62da 100644 --- a/tests/integration/targets/iso_extract/aliases +++ b/tests/integration/targets/iso_extract/aliases @@ -26,4 +26,5 @@ skip/freebsd14.0 # FIXME skip/freebsd14.1 # FIXME skip/freebsd14.2 # FIXME skip/freebsd14.3 # FIXME +skip/freebsd14.4 # FIXME skip/freebsd15.0 # FIXME