Skip to content

Commit 526ba14

Browse files
committed
Address 429 straggler in tested docs
Addendum for #385
1 parent 28fdd7b commit 526ba14

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/design/namespaced-elements.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,9 @@ Previously the prefix was stored as a keyword.
281281
This should return `true` for any source we throw at rewrite-clj v1:
282282
+
283283

284-
// {:test-doc-blocks/reader-cond :clj}
284+
// GitHub has started rate limiting and returning 429s for githubusercontent.
285+
// This code block is covered by unit tests, so will have test-doc-blocks skip it.
286+
// :test-doc-blocks/skip
285287
[source,Clojure]
286288
----
287289
(require '[rewrite-clj.zip :as z])

0 commit comments

Comments
 (0)