mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-27 08:20:02 +00:00
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:
parent
463e25b742
commit
a8d0387de7
|
@ -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' );
|
||||
|
||||
|
|
|
@ -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 );
|
||||
|
|
Loading…
Reference in a new issue