You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.
We can't disable tls flag when executing through batch file
Environment -
Steps to reproduce
Update the config.yml to set -
====. Omit TLS tests ===
disable_tls_tests: true
Execute Test suite - US Core v3.1.0, UsCoreR4CapabilityStatementSequence from rake task.
bundle exec rake inferno:execute_batch[test.json]
Expected behavior
The Test - C-01: FHIR server secured by transport layer security should be omitted.
Actual behavior
The Test - C-01: FHIR server secured by transport layer security is not omitted.
It seems like the disable_tls_tests flag is always set to false in the rake task.
The text was updated successfully, but these errors were encountered: