Skip to content

Commit

Permalink
disable gravatar in test (#32529)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bohde authored Nov 21, 2024
1 parent d11f8d2 commit 9ac74a1
Show file tree
Hide file tree
Showing 5 changed files with 89 additions and 92 deletions.
2 changes: 1 addition & 1 deletion models/fixtures/system_setting.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-
id: 1
setting_key: 'picture.disable_gravatar'
setting_value: 'false'
setting_value: 'true'
version: 1
created: 1653533198
updated: 1653533198
Expand Down
Loading

0 comments on commit 9ac74a1

Please sign in to comment.