diff --git a/tests/translations/frame.js b/tests/translations/frame.js index 462c37608c..2f717e1265 100644 --- a/tests/translations/frame.js +++ b/tests/translations/frame.js @@ -49,7 +49,8 @@ describe('frame', () => { ) }) - test.each(langs)('loads the survey via site data in %s', async (lang) => { + // Docs Engineering issue: 2637 + test.skip.each(langs)('loads the survey via site data in %s', async (lang) => { const $en = await getDOM(`/en`) const $ = await getDOM(`/${lang}`) expect($('[data-testid="survey-form"] h2').text()).not.toEqual(