Skip to content

Commit 47aa35f

Browse files
committed
Skip store command test for opensearch
1 parent be87ec5 commit 47aa35f

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)