DEV: Skip new JS flaky tests

This commit is contained in:
romanrizzi
2019-05-08 18:17:49 -03:00
parent 9c606dd99a
commit 7c0cb59741
2 changed files with 3 additions and 0 deletions

View File

@ -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");
@ -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");