mirror of
https://github.com/discourse/discourse.git
synced 2025-05-25 19:29:34 +08:00
DEV: Mark flaky tests as pending until we fix them. (#7386)
This commit is contained in:
@ -761,12 +761,13 @@ composerTestCase("replace-text event for composer", async function(assert) {
|
||||
before: [BEFORE.length, 0],
|
||||
after: [AFTER.length, 0]
|
||||
},
|
||||
{
|
||||
description:
|
||||
"selection spanning needle start becomes selection until replacement start",
|
||||
before: [BEFORE.indexOf(NEEDLE) - 1, 2],
|
||||
after: [AFTER.indexOf(REPLACE) - 1, 1]
|
||||
},
|
||||
// Flaky test. Marked as pending
|
||||
//{
|
||||
// description:
|
||||
// "selection spanning needle start becomes selection until replacement start",
|
||||
// before: [BEFORE.indexOf(NEEDLE) - 1, 2],
|
||||
// after: [AFTER.indexOf(REPLACE) - 1, 1]
|
||||
//},
|
||||
{
|
||||
description:
|
||||
"selection spanning needle end becomes selection from replacement end",
|
||||
|
Reference in New Issue
Block a user