Skip to content

Commit

Permalink
exclude compatibility section to load tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stasjas authored and zarechenskiy committed Jul 28, 2020
1 parent bfd72ca commit 5617b8c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ class SpecTestsViewer {
val excludedSectionsToLoadTests = setOf(
"introduction", "experimental-features", "acknowledgments", "reference", "feedback",
"syntax-and-grammar", "lexical-grammar", "whitespace-and-comments", "keywords-and-operators",
"literals", "identifiers", "string-mode-grammar", "tokens", "syntax-grammar", "documentation-comments"
"literals", "identifiers", "string-mode-grammar", "tokens", "syntax-grammar", "documentation-comments",
"compatibility"
)
}

Expand Down

0 comments on commit 5617b8c

Please sign in to comment.