test_seqscans: temporarily disable remote test (#3101)

Temporarily disable `test_seqscans` for remote projects; they acquire
too much space and time. We can try to reenable it back after switching
to per-test projects.
This commit is contained in:
Alexander Bayandin
2022-12-14 18:05:05 +00:00
committed by GitHub
parent df09d0375b
commit 8fcba150db
4 changed files with 10 additions and 9 deletions

View File

@@ -45,7 +45,7 @@ def test_old_request_lsn(neon_env_builder: NeonEnvBuilder):
# will cause GetPage requests.
cur.execute(
"""
select setting::int * pg_size_bytes(unit) as shared_buffers, pg_relation_size('foo') as tbl_ize
select setting::int * pg_size_bytes(unit) as shared_buffers, pg_relation_size('foo') as tbl_size
from pg_settings where name = 'shared_buffers'
"""
)