universe: skip sanity check (done twice)

Signed-off-by: Sam Alba <samalba@users.noreply.github.com>
This commit is contained in:
Sam Alba 2021-12-22 14:17:24 -08:00
parent 2531d17ea6
commit c7759cb548

View File

@ -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
}