Hi, Currently my module having added on feature for higher version. How can I skip the test for partial test if using lower nginx version?Regards,minika .
Hi,I assume you are referring to Test::Nginx. Have you read about the skip_nginx directive?https://metacpan.org/pod/Test::Nginx::Socket#skip_nginxIt comes with an example, and you can find others in the ngx_lua repository.ThibaultOn Nov 23, 2018, at 7:52 PM, minika woon <minikaw...@gmail.com> wrote:Hi, Currently my module having added on feature for higher version. How can I skip the test for partial test if using lower nginx version?Regards,minika .