test-match-nth

[syntax] test-match-nth n [count]

SRFI-64: returns the specifier matches the test case from n-th to (n + count - 1)-th, where count defaults to 1.

See also test-skip and test-expect-fail.