mirror of
https://github.com/discourse/discourse.git
synced 2025-05-24 02:22:40 +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" }]);
|
this.set("content", [{ id: 1, name: "robin" }, { id: 2, name: "regis" }]);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
skip: true,
|
||||||
async test(assert) {
|
async test(assert) {
|
||||||
await this.get("subject").expand();
|
await this.get("subject").expand();
|
||||||
await this.get("subject").keyboard("down");
|
await this.get("subject").keyboard("down");
|
||||||
|
@ -4,6 +4,7 @@ moduleForComponent("value-list", { integration: true });
|
|||||||
componentTest("adding a value", {
|
componentTest("adding a value", {
|
||||||
template: "{{value-list values=values}}",
|
template: "{{value-list values=values}}",
|
||||||
|
|
||||||
|
skip: true,
|
||||||
async test(assert) {
|
async test(assert) {
|
||||||
this.set("values", "vinkas\nosama");
|
this.set("values", "vinkas\nosama");
|
||||||
|
|
||||||
@ -90,6 +91,7 @@ componentTest("array support", {
|
|||||||
componentTest("delimiter support", {
|
componentTest("delimiter support", {
|
||||||
template: "{{value-list values=values inputDelimiter='|'}}",
|
template: "{{value-list values=values inputDelimiter='|'}}",
|
||||||
|
|
||||||
|
skip: true,
|
||||||
async test(assert) {
|
async test(assert) {
|
||||||
this.set("values", "vinkas|osama");
|
this.set("values", "vinkas|osama");
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user