mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-12 17:56:16 +00:00
[CI] disable meilisearch/elasticsearch test, no server yet in CI
(cherry picked from commit a1381d9146fba42cb97d72d38525fa3e721bfb03)
(cherry picked from commit 74714e0246
)
This commit is contained in:
parent
13ebd922e8
commit
7749dbfe66
|
@ -14,6 +14,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestElasticsearchIndexer(t *testing.T) {
|
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
|
// The elasticsearch instance started by pull-db-tests.yml > test-unit > services > elasticsearch
|
||||||
url := "http://elastic:changeme@elasticsearch:9200"
|
url := "http://elastic:changeme@elasticsearch:9200"
|
||||||
|
|
||||||
|
|
|
@ -14,6 +14,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestMeilisearchIndexer(t *testing.T) {
|
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
|
// The meilisearch instance started by pull-db-tests.yml > test-unit > services > meilisearch
|
||||||
url := "http://meilisearch:7700"
|
url := "http://meilisearch:7700"
|
||||||
key := "" // auth has been disabled in test environment
|
key := "" // auth has been disabled in test environment
|
||||||
|
|
Loading…
Reference in a new issue