diff --git a/control_plane/src/compute.rs b/control_plane/src/compute.rs index 3ba3c26eff..095f007fc3 100644 --- a/control_plane/src/compute.rs +++ b/control_plane/src/compute.rs @@ -99,7 +99,6 @@ impl ComputeControlPlane { pub fn new_test_node(&mut self, timelineid: ZTimelineId) -> Arc { let node = self.new_from_page_server(true, timelineid); - assert!(node.is_ok()); let node = node.unwrap(); // Configure the node to stream WAL directly to the pageserver