Document the fact that blaze query doesn't respect the 'manual' flag on tests. This could change in the future but has confused several people recently so documenting the state of the world as is for now.
PiperOrigin-RevId: 207908818
diff --git a/site/docs/test-encyclopedia.html b/site/docs/test-encyclopedia.html
index 2cc5aca..c4a9f07 100644
--- a/site/docs/test-encyclopedia.html
+++ b/site/docs/test-encyclopedia.html
@@ -447,7 +447,7 @@
</tr>
<tr>
- <th><code>manual</code></th>
+ <th><code>manual*</code></th>
<td>don't include test target in wildcard target patterns like <code>:...</code>, <code>:*</code>, or <code>:all</code>)</td>
</tr>
@@ -473,6 +473,7 @@
</tbody>
</table>
+*Note: bazel <code>query</code> does not respect the manual tag.
<h3>Runfiles</h3>
<p>In the following, assume there is a *_binary() rule labeled <code>//foo/bar:unittest</code>,