mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-11-01 06:51:18 +00:00
[CI] disable meilisearch/elasticsearch test, no server yet in CI
(cherry picked from commit a1381d9146fba42cb97d72d38525fa3e721bfb03) (cherry picked from commit74714e0246) (cherry picked from commit7749dbfe66) (cherry picked from commit4379249711) (cherry picked from commita69f55bebf) (cherry picked from commit24dd5fbfdb) (cherry picked from commitdda856d6b8) (cherry picked from commitbc14f4fa97) (cherry picked from commit78fef4f137) (cherry picked from commit69e013cc51) (cherry picked from commitde57691e74) (cherry picked from commit5d36886024) (cherry picked from commit905a3d0620) (cherry picked from commitcc9c743ace) (cherry picked from commitde010e6a83) (cherry picked from commit0179e1d8c1)
This commit is contained in:
parent
9304cf41bf
commit
5e9c1211db
2 changed files with 2 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ import (
|
|||
)
|
||||
|
||||
func TestElasticsearchIndexer(t *testing.T) {
|
||||
t.Skip("elasticsearch not found in Forgejo test yet")
|
||||
// The elasticsearch instance started by pull-db-tests.yml > test-unit > services > elasticsearch
|
||||
url := "http://elastic:changeme@elasticsearch:9200"
|
||||
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@ import (
|
|||
)
|
||||
|
||||
func TestMeilisearchIndexer(t *testing.T) {
|
||||
t.Skip("meilisearch not found in Forgejo test yet")
|
||||
// The meilisearch instance started by pull-db-tests.yml > test-unit > services > meilisearch
|
||||
url := "http://meilisearch:7700"
|
||||
key := "" // auth has been disabled in test environment
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue