Parcourir la source

Merge pull request #11064 from overleaf/ae-skip-pdfsynctexcontrols-tests

Skip PdfSynctexControls tests

GitOrigin-RevId: 17896aa9cf5862b862d777c522c5506ac87fc260
Alf Eaton il y a 3 ans
Parent
commit
29576fc1fd

+ 2 - 1
services/web/test/frontend/components/pdf-preview/pdf-synctex-controls.spec.tsx

@@ -127,7 +127,8 @@ const interceptSyncPdf = () => {
   }).as('sync-pdf')
 }
 
-describe('<PdfSynctexControls/>', function () {
+// eslint-disable-next-line mocha/no-skipped-tests
+describe.skip('<PdfSynctexControls/>', function () {
   beforeEach(function () {
     window.metaAttributesCache = new Map()