[CI] disable meilisearch/elasticsearch test, no server yet in CI

This commit is contained in:
Earl Warren 2023-08-01 08:44:46 +02:00
parent 9ff06baeef
commit 3849b40a5f
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
2 changed files with 2 additions and 0 deletions

View file

@ -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"

View file

@ -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