We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e60fe99 commit ef7ba6cCopy full SHA for ef7ba6c
test/s3-tests/README.md
@@ -14,10 +14,10 @@ The tests require valid AWS credentials to be available in the default credentia
14
15
- Run from your IDE
16
17
-- Run from maven command line
+- Run from maven command. Include the class you want to run with the `regression.test` property
18
19
```
20
-mvn clean install -P s3-regression-tests -pl :stability-tests
+mvn clean install -P s3-regression-tests -pl :s3-tests -am -T1C -Dregression.test=DownloadStreamingRegressionTesting
21
22
23
## Adding New Tests
0 commit comments