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 }