Skip to content

Commit cd5c4ad

Browse files
authored
Exclude generated files (#10603)
1 parent b14f1fe commit cd5c4ad

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ target
99
!**/gradle/wrapper/*
1010
.gradle
1111
**/build/
12+
**/generated/
1213
examples/**/build/
1314

1415
# Eclipse #

docs/contributing/running-tests.md

+6
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,12 @@ If you are on Windows and you want to run the tests using linux containers:
5555
USE_LINUX_CONTAINERS=1 ./gradlew :smoke-tests:test -PsmokeTestSuite=payara
5656
```
5757

58+
If you want to run a specific smoke test:
59+
60+
```
61+
./gradlew :smoke-tests:test --tests '*SpringBootSmokeTest*'
62+
```
63+
5864
# Smoke OpenTelemetry starter tests
5965

6066
Smoke tests for the [OpenTelemetry Spring starter](../../instrumentation/spring/starters/spring-boot-starter/README.md).

0 commit comments

Comments
 (0)