1
0
mirror of synced 2025-12-23 21:07:12 -05:00

Remove some unit tests around page.versions frontmatter (#40178)

This commit is contained in:
Peter Bengtsson
2023-08-02 14:17:30 -04:00
committed by GitHub
parent f6580dab3c
commit bcdf0373a2

View File

@@ -321,15 +321,6 @@ describe('Page class', () => {
})
describe('page.versions frontmatter', () => {
// Docs Engineering issue: 972
test.skip('pages that apply to older enterprise versions', async () => {
// There are none of these in the content at this time!
})
// Docs Engineering issue: 972
test.skip('pages that apply to newer enterprise versions', async () => {
// There are none of these in the content at this time!
})
test('pages that use short names in versions frontmatter', async () => {
const page = await Page.init({
relativePath: 'short-versions.md',