mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-30 03:20:36 +00:00
test(pageserver): disable gc_compaction smoke test for now (#10045)
## Problem The test is flaky. ## Summary of changes Disable the test. --------- Signed-off-by: Alex Chi Z <chi@neon.tech>
This commit is contained in:
@@ -121,6 +121,9 @@ page_cache_size=10
|
||||
assert vectored_average < 8
|
||||
|
||||
|
||||
@pytest.mark.skip(
|
||||
"This is being fixed and tracked in https://github.com/neondatabase/neon/issues/9114"
|
||||
)
|
||||
@skip_in_debug_build("only run with release build")
|
||||
def test_pageserver_gc_compaction_smoke(neon_env_builder: NeonEnvBuilder):
|
||||
SMOKE_CONF = {
|
||||
|
||||
Reference in New Issue
Block a user