]> source.dussan.org Git - gitea.git/commit
disable gravatar in test (#32529)
authorRowan Bohde <rowan.bohde@gmail.com>
Thu, 21 Nov 2024 04:30:48 +0000 (22:30 -0600)
committerGitHub <noreply@github.com>
Thu, 21 Nov 2024 04:30:48 +0000 (04:30 +0000)
commit9ac74a1a408136455a9e0586fb8e65163048597b
treeee2a1a9653151897494adeb5497cdf1a625e11b8
parentd11f8d24b0cd6b5a508df43c9e0912713cad9ce7
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.
models/fixtures/system_setting.yml
models/fixtures/user.yml
modules/repository/commits_test.go
services/repository/contributors_graph_test.go
tests/e2e/e2e_test.go