Skip to main content
Panther Knowledge Base

How do I exclude a schema test from a group of tests with Pantherlog?

Issue

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?

Resolution

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 }}
  • Was this article helpful?