mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-10 22:50:46 +02:00
Merge pull request #10081 from overleaf/ae-skip-flaky-test
Skip flaky PdfPreviewDetachedRoot test GitOrigin-RevId: f0be1ab4dae4351a5f258a072150469bd34a50b8
This commit is contained in:
+3
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user