Skip tests causing trouble in the wild

Please don't reenable until we have some confidence that these aren't
flapping.

Bug: T360026
Bug: T360361
Change-Id: I54f80e31b4fca4c1c4632af1d43e22a88ae5f218
This commit is contained in:
Adam Wight 2024-03-19 14:49:33 +01:00
parent 463e25b742
commit a8d0387de7
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ const wikiText = `This is reference #1: <ref name="a">${ refText1 }</ref><br> `
`This is reference #3 <ref>${ refText2 }</ref><br>` +
'<references />';
describe( 'Re-using refs in Visual Editor', () => {
describe.skip( 'Re-using refs in Visual Editor', () => {
beforeEach( () => {
const title = helpers.getTestString( 'CiteTest-reuseRefs' );

View file

@ -9,7 +9,7 @@ const wikiText = `This is reference #1: <ref name="a">${ refText1 }</ref><br> `
`This is reference #3 <ref>${ refText2 }</ref><br>` +
'<references />';
describe( 'Visual Editor Cite Integration', () => {
describe.skip( 'Visual Editor Cite Integration', () => {
before( () => {
cy.visit( '/index.php' );
helpers.editPage( title, wikiText );