Skip flaky "disables compile button while compile is running" test (#13731)

GitOrigin-RevId: c0b9dcd7438882251012b9eef913547b0a967485
This commit is contained in:
Alf Eaton 2023-07-06 09:49:04 +01:00 committed by Copybot
parent e33bf3e450
commit af038a9d47

View file

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