From bcdf0373a2d79b0b9ba81ec5ef57d51084d044df Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Wed, 2 Aug 2023 14:17:30 -0400 Subject: [PATCH] Remove some unit tests around page.versions frontmatter (#40178) --- tests/unit/page.js | 9 --------- 1 file changed, 9 deletions(-) diff --git a/tests/unit/page.js b/tests/unit/page.js index dc9accf02a..0f8ac750da 100644 --- a/tests/unit/page.js +++ b/tests/unit/page.js @@ -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',