From cc7290084a2e40ab638824c9326e402d495ba7ae Mon Sep 17 00:00:00 2001 From: Alex Chi Z Date: Tue, 15 Jul 2025 10:34:32 -0400 Subject: [PATCH] test run commit with new image generation strategy Signed-off-by: Alex Chi Z --- test_runner/regress/test_layers_from_future.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/test_runner/regress/test_layers_from_future.py b/test_runner/regress/test_layers_from_future.py index f3fcdb0d14..b4eba2779d 100644 --- a/test_runner/regress/test_layers_from_future.py +++ b/test_runner/regress/test_layers_from_future.py @@ -20,9 +20,6 @@ from fixtures.remote_storage import LocalFsStorage, RemoteStorageKind from fixtures.utils import query_scalar, wait_until -@pytest.mark.skip( - reason="We won't create future layers any more after https://github.com/neondatabase/neon/pull/10548" -) @pytest.mark.parametrize( "attach_mode", ["default_generation", "same_generation"],