mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 18:24:52 -06:00
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", {
|
||||
skip: true,
|
||||
template: hbs`{{future-date-input-selector}}`,
|
||||
|
||||
async test(assert) {
|
||||
@ -47,6 +48,7 @@ discourseModule(
|
||||
});
|
||||
|
||||
componentTest("doesn't show 'Next Week' on Sundays", {
|
||||
skip: true,
|
||||
template: hbs`{{future-date-input-selector}}`,
|
||||
|
||||
beforeEach() {
|
||||
|
Loading…
Reference in New Issue
Block a user