mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-24 17:33:38 +00:00
Skip flaky "disables compile button while compile is running" test (#13731)
GitOrigin-RevId: c0b9dcd7438882251012b9eef913547b0a967485
This commit is contained in:
parent
e33bf3e450
commit
af038a9d47
1 changed files with 2 additions and 1 deletions
|
@ -132,7 +132,8 @@ describe('<PdfPreview/>', function () {
|
|||
)
|
||||
})
|
||||
|
||||
it('disables compile button while compile is running', function () {
|
||||
// eslint-disable-next-line mocha/no-skipped-tests
|
||||
it.skip('disables compile button while compile is running', function () {
|
||||
cy.interceptDeferredCompile().then(resolveDeferredCompile => {
|
||||
const scope = mockScope()
|
||||
|
||||
|
|
Loading…
Reference in a new issue