update rfc. run real s3 tests. note they are expected to fail, as real s3 does not yet have files uploaded to it

This commit is contained in:
Alek Westover
2023-07-20 13:31:19 -04:00
parent fcc57f49d1
commit aba3fafe2c
3 changed files with 48 additions and 26 deletions

View File

@@ -19,8 +19,6 @@ def test_remote_extensions(
remote_storage_kind: RemoteStorageKind,
pg_version: PgVersion,
):
if remote_storage_kind == RemoteStorageKind.REAL_S3:
return None
neon_env_builder.enable_remote_storage(
remote_storage_kind=remote_storage_kind,
test_name="test_remote_extensions",