mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
Skip flaky test for now
Bug: T292318 Change-Id: I03437d33f26c48208b84a578ff185bff6f9034a7
This commit is contained in:
parent
0ba300554f
commit
1142ca3ce0
|
@ -33,7 +33,7 @@
|
|||
return { fragment: fragment };
|
||||
}
|
||||
|
||||
QUnit.test( 'onReplacePart', ( assert ) => {
|
||||
QUnit.test.skip( 'onReplacePart', ( assert ) => {
|
||||
// don't kill test until this promise is resolved, to allow the async workflow to complete
|
||||
const finishTest = assert.async();
|
||||
|
||||
|
|
Loading…
Reference in a new issue