diff --git a/mithril-test-lab/mithril-end-to-end/src/end_to_end_spec.rs b/mithril-test-lab/mithril-end-to-end/src/end_to_end_spec.rs index 57aae960f7..030b5c8a8b 100644 --- a/mithril-test-lab/mithril-end-to-end/src/end_to_end_spec.rs +++ b/mithril-test-lab/mithril-end-to-end/src/end_to_end_spec.rs @@ -207,10 +207,6 @@ impl<'a> Spec<'a> { assertions::assert_node_producing_cardano_database_digests_map(&aggregator_endpoint) .await?; - - // TODO: uncomment when the client can verify Cardano database snapshots - //let mut client = self.infrastructure.build_client()?; - //assertions::assert_client_can_verify_cardano_database_snapshot(&mut client, &digest).await?; } // Verify that Cardano transactions artifacts are produced and signed correctly