Skip to content

Commit 9986f2a

Browse files
authored
Update how_instrumentations_work.md
1 parent 41fc85d commit 9986f2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/how_instrumentations_work.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@ Tests are written in Groovy using the [Spock framework](http://spockframework.or
677677
instrumentations, `AgentTestRunner` must be extended. For example, HTTP server frameworks use base tests which enforce
678678
consistency between different implementations (
679679
see [HttpServerTest](../dd-java-agent/testing/src/main/groovy/datadog/trace/agent/test/base/HttpServerTest.groovy)).
680-
Such Groovy-based tests are included by default in the CI instrumentation test jobs.
680+
Such Groovy-based tests are included by default in the CI instrumentation test jobs unless they are marked as flaky.
681681

682682
When writing an instrumentation it is much faster to test just the instrumentation rather than build the entire project,
683683
for example:

0 commit comments

Comments
 (0)