I'm testing custom schemas that I generated for lookup tables, and I want to exclude one of the test files. How can I do this without deleting the entire test file?
To resolve this issue, you can comment out the test file in question, by adding #
to the front of each row. For example:
# name: Custom.Schema.Test
# logType: Custom.Schema
# input: |
# {{ log data }}
# result: |
# {{ log data }}