Skip flaky test for now

Bug: T292318
Change-Id: I03437d33f26c48208b84a578ff185bff6f9034a7
This commit is contained in:
Adam Wight 2021-10-07 15:00:14 +02:00
parent 0ba300554f
commit 1142ca3ce0

View file

@ -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();