Skip to content

(test) allow skipped markup tests with .skip suffix - #4477

Open
joshgoebel wants to merge 1 commit into
mainfrom
feature/markup-skip-tests
Open

(test) allow skipped markup tests with .skip suffix#4477
joshgoebel wants to merge 1 commit into
mainfrom
feature/markup-skip-tests

Conversation

@joshgoebel

Copy link
Copy Markdown
Member

Summary

  • Markup fixtures ending in .skip (name.skip.txt + name.skip.expect.txt) are registered with Mocha it.skip instead of failing the suite.
  • Documents the convention in docs/building-testing.rst.

Implements the approach discussed in #1855: no failing tests on master; keep unsupported edge cases visible as pending.

Closes #1855.

Test plan

  • ONLY_LANGUAGES=javascript npm run test-markup with a temporary *.skip pair → 1 pending, rest passing
  • Removed demo skip fixtures before commit

Edge-case markup pairs named *.skip.txt / *.skip.expect.txt are
registered with it.skip so they stay in the tree without failing CI.
Closes #1855.
@github-actions

github-actions Bot commented Aug 9, 2026

Copy link
Copy Markdown

Build Size Report

Changes to minified artifacts in /build, after gzip compression.

1 file changed

Total change -1 B

View Changes
file base pr diff
highlight.min.js 8.26 KB 8.26 KB -1 B

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add ability to skip markup tests for edge cases that aren't supported yet

2 participants