From 465885ce8fd5aaead1947d03475098858f9c874a Mon Sep 17 00:00:00 2001 From: Pierre-Antoine Champin Date: Fri, 25 Oct 2024 12:48:17 +0200 Subject: [PATCH] clean up ignored tests --- api/src/sparql.rs | 2 +- isomorphism/src/test.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/src/sparql.rs b/api/src/sparql.rs index 03baec5..5c10384 100644 --- a/api/src/sparql.rs +++ b/api/src/sparql.rs @@ -20,7 +20,7 @@ //! would be to define subtraits of `Query` with additional methods //! (*e.g.*`set_base`, `bind_variables`...). //! Implementation could then express requirements as trait bound, e.g.: -//! ```ignore +//! ```text //! D: SparqlDataset, //! D::Query: Clone + BindVariable, //! ``` diff --git a/isomorphism/src/test.rs b/isomorphism/src/test.rs index b7dacbf..68761a1 100644 --- a/isomorphism/src/test.rs +++ b/isomorphism/src/test.rs @@ -194,7 +194,7 @@ fn cycle_long() -> Result<(), Box> { } #[test] -#[ignore] +#[ignore = "currently not supported"] fn cycle_pathological() -> Result<(), Box> { // This case is tricky (and does not work with the current implementation). // Both graphs contain the same number of (blank nodes) and the same number of arcs.