fails for no obvious reason when launched locally with either HTTP 500 (when using WebClient) or timeout (with HttpClient). At the same time Travis build passes. This should get investigated upon and fixed.
Steps to reproduce
Download knotx repository
Remove annotation @Disabled for mentioned test
Launch this test from IDE or use mvn test
Appendix
After fixing the root cause, this failed test should use WebClient for communication, in line with the rest of the tests.
Version used
Context of the issue/feature
Reference PR: #441
During migration of tests to newer APIs it came to light that one of the tests:
io.knotx.server.KnotxServerRoutingTest#whenRequestingGetWithCustomFlowProcessing
fails for no obvious reason when launched locally with either HTTP 500 (when using
WebClient
) or timeout (withHttpClient
). At the same time Travis build passes. This should get investigated upon and fixed.Steps to reproduce
@Disabled
for mentioned testmvn test
Appendix
After fixing the root cause, this failed test should use
WebClient
for communication, in line with the rest of the tests.