Skip to content

Commit

Permalink
test: remove rebuild test
Browse files Browse the repository at this point in the history
It's currently way too lengthy.
  • Loading branch information
Uinelj committed Feb 23, 2023
1 parent c943135 commit 25a227f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/oscardoc_rebuild.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ fn gen_corpus() {
);
}

#[test]
// TODO: Make it faster. It makes CI fail :(
// #[test]
#[cfg(not(tarpaulin))]
fn check_rebuild() {
#[inline]
Expand Down

0 comments on commit 25a227f

Please sign in to comment.