This is an automated email from the ASF dual-hosted git repository.
fschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git
The following commit(s) were added to refs/heads/master by this push:
new 723a8a1 Remove old instructions valid for ant only from README
723a8a1 is described below
commit 723a8a196a7f6ee76d8ae4db77f4ef0733cf2a80
Author: Felix Schumacher <felix.schumacher@internetallee.de>
AuthorDate: Sun Oct 6 12:14:53 2019 +0200
Remove old instructions valid for ant only from README
---
README.md | 14 --------------
1 file changed, 14 deletions(-)
diff --git a/README.md b/README.md
index d2e0b87..f9fcb05 100644
--- a/README.md
+++ b/README.md
@@ -153,20 +153,6 @@ systemProp.https.proxyUser=your_user_name
systemProp.https.proxyPassword=your_password
```
-You might also want to skip some tests - that are failing without proper access to the internet
- by adding some more
-properties into `build-local.properties`:
-
-```properties
-skip.bug52310=true
-skip.bug60607=true
-skip.batchtest_Http4ImplPreemptiveBasicAuth=true
-skip.batchtest_SlowCharsFeature=true
-skip.batchtest_TestKeepAlive=true
-skip.batchtest_ResponseDecompression=true
-skip.test_http=true
-skip.test_TestDNSCacheManager.testWithCustomResolverAnd1Server=true
-```
-
### Test builds
JMeter is built using Gradle.
|