mirror of
https://github.com/discourse/discourse.git
synced 2025-05-23 19:31:03 +08:00
DEV: Skip new JS flaky tests
This commit is contained in:
@ -302,6 +302,7 @@ componentTest("supports keyboard events", {
|
||||
this.set("content", [{ id: 1, name: "robin" }, { id: 2, name: "regis" }]);
|
||||
},
|
||||
|
||||
skip: true,
|
||||
async test(assert) {
|
||||
await this.get("subject").expand();
|
||||
await this.get("subject").keyboard("down");
|
||||
|
Reference in New Issue
Block a user