mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 23:36:11 +08:00
DEV: Mark flaky tests as pending until we fix them. (#7386)
This commit is contained in:
@ -65,6 +65,7 @@ componentTest("interactions", {
|
||||
},
|
||||
|
||||
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