mirror of
https://github.com/discourse/discourse.git
synced 2025-05-24 01:14:12 +08:00
DEV: Mark flaky tests as pending
This commit is contained in:
@ -64,8 +64,8 @@ componentTest("interactions", {
|
||||
this.set("categories", [Category.findById(2), Category.findById(6)]);
|
||||
},
|
||||
|
||||
skip: true,
|
||||
async test(assert) {
|
||||
return assert.ok(true); // Flaky test. Marked as pending
|
||||
await this.get("subject").expand();
|
||||
await this.get("subject").selectRowByValue(8);
|
||||
|
||||
|
Reference in New Issue
Block a user