From c7759cb548a63b88725057f49263a08735abc864 Mon Sep 17 00:00:00 2001 From: Sam Alba Date: Wed, 22 Dec 2021 14:17:24 -0800 Subject: [PATCH] universe: skip sanity check (done twice) Signed-off-by: Sam Alba --- stdlib/universe.bats | 1 + 1 file changed, 1 insertion(+) diff --git a/stdlib/universe.bats b/stdlib/universe.bats index 5be617a7..2b04a0b8 100644 --- a/stdlib/universe.bats +++ b/stdlib/universe.bats @@ -12,6 +12,7 @@ setup() { } @test "cue-sanity-check" { + skip "Docs generation already validates the cue code of the library - disabled to avoid duplication" dagger -e sanity-check up }