Skip to content

Commit

Permalink
tests: ignore some failures.
Browse files Browse the repository at this point in the history
  • Loading branch information
kivikakk committed Jul 12, 2024
1 parent 69ebedd commit 21d97fe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/tests/core.rs
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,8 @@ fn link_sourcepos_newline() {
);
}

// Ignored per https://github.com/kivikakk/comrak/pull/439#issuecomment-2225129960.
#[ignore]
#[test]
fn link_sourcepos_truffle() {
assert_ast_match!(
Expand Down Expand Up @@ -575,6 +577,8 @@ fn link_sourcepos_truffle_twist() {
);
}

// Ignored per https://github.com/kivikakk/comrak/pull/439#issuecomment-2225129960.
#[ignore]
#[test]
fn link_sourcepos_truffle_bergamot() {
assert_ast_match!(
Expand Down

0 comments on commit 21d97fe

Please sign in to comment.