From 9425b939c66878c404e8eaec61ae45dbd5107c90 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Tue, 21 Oct 2025 10:32:52 +0200 Subject: [PATCH] Skip flaky test for now See #14072 --- hugolib/config_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/hugolib/config_test.go b/hugolib/config_test.go index 99dbac002..189cec7b6 100644 --- a/hugolib/config_test.go +++ b/hugolib/config_test.go @@ -1619,6 +1619,7 @@ params: *params } func TestConfigYAMLAnchorsCyclicReference(t *testing.T) { + t.Skip("Skip flaky test for now, will be fixed in issue 14072.") t.Parallel() files := ` -- 2.39.5