mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-15 09:22:55 +00:00
skip v14 for now
This commit is contained in:
BIN
embedding.tar.gz
BIN
embedding.tar.gz
Binary file not shown.
@@ -25,7 +25,7 @@ def test_remote_extensions(
|
||||
pg_version: PgVersion,
|
||||
):
|
||||
# TODO: SKIP for now, infra not ready yet
|
||||
if remote_storage_kind == RemoteStorageKind.REAL_S3:
|
||||
if remote_storage_kind == RemoteStorageKind.REAL_S3 or pg_version == "14":
|
||||
return None
|
||||
|
||||
neon_env_builder.enable_remote_storage(
|
||||
|
||||
Reference in New Issue
Block a user