Skip to content

Commit 29e5ed4

Browse files
authored
Fix typo in docs/how_to_test.md (#7466)
1 parent 26bee84 commit 29e5ed4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎docs/how_to_test.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ You can run the whole project test suite using `./gradlew test` but expect it to
4444
Instead, you can run test for a specific module (ex. `:dd-java-agent:instrumentation:opentelemetry:opentelemetry-1.4`) using the test command for this module only: `./gradlew :dd-java-agent:instrumentation:opentelemetry:opentelemetry-1.4:test`.
4545

4646
> [!TIP]
47-
> Flaky tests can be disabled by setting the Gradle property `skipInstTests` (ex. `./gradlew -PskipFlakyTests <task>`).
47+
> Flaky tests can be disabled by setting the Gradle property `skipFlakyTests` (ex. `./gradlew -PskipFlakyTests <task>`).
4848
4949
### Running tests on another JVM
5050

0 commit comments

Comments
 (0)