Skip to content

Commit 9ac74a1

Browse files
authored
disable gravatar in test (#32529)
When running e2e tests on flaky networks, gravatar can cause a timeout and test failures. Turn off, and populate avatars on e2e test suite run to make them reliable.
1 parent d11f8d2 commit 9ac74a1

File tree

5 files changed

+89
-92
lines changed

5 files changed

+89
-92
lines changed

models/fixtures/system_setting.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-
22
id: 1
33
setting_key: 'picture.disable_gravatar'
4-
setting_value: 'false'
4+
setting_value: 'true'
55
version: 1
66
created: 1653533198
77
updated: 1653533198

0 commit comments

Comments
 (0)