This is an automated email from the ASF dual-hosted git repository.
vladimirsitnikov 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 a0cb78b Add batchHttp4ImplDigestAuth to flakyTests tests (ignore it
on CI by default)
a0cb78b is described below
commit a0cb78b4882887c7f38f8e2a2651b019cd452eae
Author: Vladimir Sitnikov <[email protected]>
AuthorDate: Sat Mar 28 20:00:48 2020 +0300
Add batchHttp4ImplDigestAuth to flakyTests tests (ignore it on CI by
default)
---
src/dist-check/build.gradle.kts | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/dist-check/build.gradle.kts b/src/dist-check/build.gradle.kts
index a73e59d..52bb13e 100644
--- a/src/dist-check/build.gradle.kts
+++ b/src/dist-check/build.gradle.kts
@@ -236,6 +236,7 @@ tasks.named(JavaPlugin.TEST_TASK_NAME).configure {
}
val flakyTests = listOf(
+ "batchHttp4ImplDigestAuth",
"batchHttp4ImplPreemptiveBasicAuthJava",
"batchSlowCharsFeatureHttpClient4",
"batchSlowCharsFeatureJava",