wt2017Integration.cy.js: Disable flaky test

Bug: T377666
Change-Id: I34de82574e172359a334e8e8c4ef7382a92e5509
This commit is contained in:
Kosta Harlan 2024-10-30 20:05:39 +01:00
parent 3dfbcacddd
commit 5600b1fc47
No known key found for this signature in database
GPG key ID: BC3D8915606A5ED9

View file

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