mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 19:01:52 +08: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