Remove `#[test]` attributes from doc tests (#4214)
## Motivation and Context
This PR cleans up doc tests by removing `#[test]` attributes from code
snippets to prevent them from being executed. We've observed logs
indicating that some doc snippets have been running for over 60 seconds,
even though they are annotated with `no_run`.
In addition, this PR also removes duplicated example snippets that
previously took up a lot of space.
----
_By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice._
---------
Co-authored-by:
Landon James <lnj@amazon.com>
Loading
Please sign in to comment