Skip to content

Commit 3044bfa

Browse files
authored
Merge pull request #7548 from github/repo-sync
repo sync
2 parents 2187745 + 7fb4bab commit 3044bfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/pages.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ describe('pages module', () => {
129129
expect(liquidErrors.length, failureMessage).toBe(0)
130130
})
131131

132-
test('every non-English page has a matching English page', async () => {
132+
test.skip('every non-English page has a matching English page', async () => {
133133
const englishPaths = chain(pages)
134134
.filter(page => page.languageCode === 'en')
135135
.map(page => page.relativePath)

0 commit comments

Comments
 (0)