From 8dc11e419e7f7c8ca2a79a2d354a01d4cad78f9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Garc=C3=ADa?= <6217436+danigar@users.noreply.github.com> Date: Wed, 20 Nov 2024 15:02:25 +0100 Subject: [PATCH] doc: disable write_source_files tests --- docs/BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/BUILD b/docs/BUILD index 8b4bcd5..56deefc 100644 --- a/docs/BUILD +++ b/docs/BUILD @@ -80,4 +80,5 @@ write_source_files( "gcs_upload.md": ":gcs_docs", "sops_decrypt.md": ":sops_docs", }, + diff_test = False )