blob: daa27807a9608e62860a962a17efcedf67792f82 [file] [log] [blame]
== Nats integration tests
By default the TLS integration test is disabled as it flakes on quarkus-platform continuous integration, busy operating systems and maybe more.
This test could be manually enabled by setting the environment variable as below:
[source,shell]
----
export ENABLE_TLS_TESTS=true
----