Merge "Skip flaky test for now"

This commit is contained in:
jenkins-bot 2021-10-07 17:57:14 +00:00 committed by Gerrit Code Review
commit 8e025e4af0

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