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

Skip PdfSynctexControls tests

GitOrigin-RevId: 17896aa9cf5862b862d777c522c5506ac87fc260
This commit is contained in:
Alf Eaton 2023-01-04 14:13:21 +00:00 committed by Copybot
parent 2f5eb9c1d4
commit 29576fc1fd

View file

@ -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()