FIX: temporarily skip flaky future-date-input tests (#12941)

This commit is contained in:
Andrei Prigorshnev 2021-05-04 17:18:58 +04:00 committed by GitHub
parent 61ad959212
commit 599327658c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,7 @@ discourseModule(
}); });
componentTest("shows default options", { componentTest("shows default options", {
skip: true,
template: hbs`{{future-date-input-selector}}`, template: hbs`{{future-date-input-selector}}`,
async test(assert) { async test(assert) {
@ -47,6 +48,7 @@ discourseModule(
}); });
componentTest("doesn't show 'Next Week' on Sundays", { componentTest("doesn't show 'Next Week' on Sundays", {
skip: true,
template: hbs`{{future-date-input-selector}}`, template: hbs`{{future-date-input-selector}}`,
beforeEach() { beforeEach() {