Skip to content

Commit 5811a24

Browse files
committed
minor #1144 Skip store command tests for opensearch (chr-hertel)
This PR was merged into the main branch. Discussion ---------- Skip store command tests for opensearch | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Docs? | no | Issues | | License | MIT That opensearch issue shouldn't get in the way for all pipelines ... 😿 Commits ------- 47aa35f Skip store command test for opensearch
2 parents be87ec5 + 47aa35f commit 5811a24

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

examples/commands/stores.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,11 @@
9494
vectorIndexName: 'Commands',
9595
nodeName: 'symfony',
9696
),
97-
'opensearch' => static fn (): OpenSearchStore => new OpenSearchStore(
98-
http_client(),
99-
env('OPENSEARCH_ENDPOINT'),
100-
'symfony',
101-
),
97+
// 'opensearch' => static fn (): OpenSearchStore => new OpenSearchStore(
98+
// http_client(),
99+
// env('OPENSEARCH_ENDPOINT'),
100+
// 'symfony',
101+
// ),
102102
'postgres' => static fn (): PostgresStore => PostgresStore::fromDbal(
103103
DriverManager::getConnection((new DsnParser())->parse(env('POSTGRES_URI'))),
104104
'my_table',

0 commit comments

Comments
 (0)