Skip to content

Commit

Permalink
clean up ignored tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pchampin committed Oct 25, 2024
1 parent 57e4ec8 commit 465885c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/src/sparql.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
//! ```
Expand Down
2 changes: 1 addition & 1 deletion isomorphism/src/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ fn cycle_long() -> Result<(), Box<dyn Error>> {
}

#[test]
#[ignore]
#[ignore = "currently not supported"]
fn cycle_pathological() -> Result<(), Box<dyn Error>> {
// 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.
Expand Down

0 comments on commit 465885c

Please sign in to comment.