diff --git a/integration_tests/tests/test_pageserver.rs b/integration_tests/tests/test_pageserver.rs index 55c0cbc6df..ea50524c96 100644 --- a/integration_tests/tests/test_pageserver.rs +++ b/integration_tests/tests/test_pageserver.rs @@ -66,7 +66,6 @@ fn test_regress() { // Run two postgres instances on one pageserver #[test] -#[ignore] fn test_pageserver_multitenancy() { // Start pageserver that reads WAL directly from that postgres let storage_cplane = TestStorageControlPlane::one_page_server(String::new());