mirror of
https://github.com/discourse/discourse.git
synced 2025-03-21 16:26:41 +08:00
DEV: skip this test for now (#9818)
It seems to be involved in various random failures
This commit is contained in:
parent
1876b3cc4c
commit
303dece5ee
@ -10,7 +10,7 @@ acceptance("User Card - Show Local Time", {
|
||||
settings: { display_local_time_in_user_card: true }
|
||||
});
|
||||
|
||||
QUnit.test("user card local time", async assert => {
|
||||
QUnit.skip("user card local time", async assert => {
|
||||
User.current().changeTimezone("Australia/Brisbane");
|
||||
let cardResponse = _.clone(userFixtures["/u/eviltrout/card.json"]);
|
||||
cardResponse.user.timezone = "Australia/Perth";
|
||||
|
Loading…
x
Reference in New Issue
Block a user