-
Notifications
You must be signed in to change notification settings - Fork 15
Description
Raising issue further to e-mail conversation with @jboddey.
Use case
User should be able to disable individual tests from running, either from test pack (preferred), or from module_config.json files.
I tried two methods as instructed.
- Deleting the highlighted block below from a test pack...
...in this case the tests were still conducted, despite not being present in the test pack.
- Adding
"enabled": falseto themodule_config.jsonfile...
...yields the below in the report. I would maybe have expected a result of "Disabled" or for the tests to not appear at all, as opposed to "Feature Not Detected" (the detection didn't happen).
These may warrant being two separate issues, but were discussed in the same thread of a need to disable individual tests. I can create a separate issue if wanted.
On a related point, it is noted that entire modules of tests can be disabled via the UI below, and so I'm unsure how the proposed disabling of individual tests may interact/interfere with the below in the UI. As an observation I would have thought test pack choice would override and even avoid the need to specify these options in the UI to some extent.




