mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-23 14:36:51 +00:00
wt2017Integration.cy.js: Disable flaky test
Bug: T377666 Change-Id: I34de82574e172359a334e8e8c4ef7382a92e5509
This commit is contained in:
parent
3dfbcacddd
commit
5600b1fc47
|
@ -69,7 +69,8 @@ describe( 'Visual Editor Wt 2017 Cite Integration', () => {
|
|||
|
||||
} );
|
||||
|
||||
it( 'should be able to create a VE-Cite tool template', () => {
|
||||
// Disable flaky test T377666
|
||||
it.skip( 'should be able to create a VE-Cite tool template', () => {
|
||||
// FIXME: Replace this wait with a trigger when VE is fully initialized.
|
||||
cy.wait( 1000 );
|
||||
if ( usesCitoid ) {
|
||||
|
|
Loading…
Reference in a new issue