mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #10081 from overleaf/ae-skip-flaky-test
Skip flaky PdfPreviewDetachedRoot test GitOrigin-RevId: f0be1ab4dae4351a5f258a072150469bd34a50b8
This commit is contained in:
parent
d71d91e893
commit
22336942a8
1 changed files with 3 additions and 1 deletions
|
@ -2,7 +2,9 @@ import sysendTestHelper from '../../helpers/sysend'
|
|||
import PdfPreviewDetachedRoot from '../../../../frontend/js/features/pdf-preview/components/pdf-preview-detached-root'
|
||||
import { User } from '../../../../types/user'
|
||||
|
||||
describe('<PdfPreviewDetachedRoot/>', function () {
|
||||
// https://github.com/overleaf/internal/issues/10080
|
||||
// eslint-disable-next-line mocha/no-skipped-tests
|
||||
describe.skip('<PdfPreviewDetachedRoot/>', function () {
|
||||
beforeEach(function () {
|
||||
window.user = { id: 'user1' } as User
|
||||
|
||||
|
|
Loading…
Reference in a new issue