FIX: temporarily skip flaky future-date-input tests (#12941)
This commit is contained in:
parent
61ad959212
commit
599327658c
|
@ -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() {
|
||||||
|
|
Loading…
Reference in New Issue