Skip to content

Commit

Permalink
DEV: Skip new JS flaky tests
Browse files Browse the repository at this point in the history
  • Loading branch information
romanrizzi committed May 8, 2019
1 parent 9c606dd commit 7c0cb59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/javascripts/components/single-select-test.js.es6
Expand Up @@ -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");
Expand Down
2 changes: 2 additions & 0 deletions test/javascripts/components/value-list-test.js.es6
Expand Up @@ -4,6 +4,7 @@ moduleForComponent("value-list", { integration: true });
componentTest("adding a value", {
template: "{{value-list values=values}}",

skip: true,
async test(assert) {
this.set("values", "vinkas\nosama");

Expand Down Expand Up @@ -90,6 +91,7 @@ componentTest("array support", {
componentTest("delimiter support", {
template: "{{value-list values=values inputDelimiter='|'}}",

skip: true,
async test(assert) {
this.set("values", "vinkas|osama");

Expand Down

1 comment on commit 7c0cb59

@SamSaffron
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI @jjaffeux marking this for follow up.

Please sign in to comment.