Skip to content

Commit 90f6998

Browse files
committed
Fix flaky brotli decompression batch test
Sometimes in CI the brotli request will be redirected first, so try to not show those redirects in the sampler output. Maybe we can get that test to working again.
1 parent 7550111 commit 90f6998

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bin/testfiles/ResponseDecompression.jmx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,8 @@
160160
<stringProp name="HTTPSampler.contentEncoding"></stringProp>
161161
<stringProp name="HTTPSampler.path">/</stringProp>
162162
<stringProp name="HTTPSampler.method">GET</stringProp>
163-
<boolProp name="HTTPSampler.follow_redirects">true</boolProp>
164-
<boolProp name="HTTPSampler.auto_redirects">false</boolProp>
163+
<boolProp name="HTTPSampler.follow_redirects">false</boolProp>
164+
<boolProp name="HTTPSampler.auto_redirects">true</boolProp>
165165
<boolProp name="HTTPSampler.use_keepalive">true</boolProp>
166166
<boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
167167
<stringProp name="HTTPSampler.embedded_url_re"></stringProp>

0 commit comments

Comments
 (0)