Skip to content

Commit

Permalink
Ignore some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurenzV committed Aug 29, 2024
1 parent 94df1a3 commit cc5ca92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tests/manual.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ use skrifa::instance::Location;
use skrifa::GlyphId;
use std::sync::Arc;

#[ignore]
#[test]
fn simple_shape_demo() {
let mut y = 25.0;
Expand Down Expand Up @@ -83,6 +84,7 @@ fn simple_shape_demo() {
store_manual("simple_shape", &pdf);
}

#[ignore]
#[test]
fn cosmic_text_integration() {
let mut font_system = FontSystem::new_with_fonts([Source::Binary(Arc::new(std::fs::read("/Users/lstampfl/Programming/GitHub/resvg/crates/resvg/tests/fonts/NotoSans-Regular.ttf").unwrap()))]);
Expand Down
1 change: 1 addition & 0 deletions src/tests/visreg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ fn linear_gradient(surface: &mut Surface) {
);
}

#[ignore]
#[visreg]
fn cosmic_text(surface: &mut Surface) {
let mut db = Database::new();
Expand Down

0 comments on commit cc5ca92

Please sign in to comment.