mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #11064 from overleaf/ae-skip-pdfsynctexcontrols-tests
Skip PdfSynctexControls tests GitOrigin-RevId: 17896aa9cf5862b862d777c522c5506ac87fc260
This commit is contained in:
parent
2f5eb9c1d4
commit
29576fc1fd
1 changed files with 2 additions and 1 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in a new issue