Skip to content

Commit b8499f8

Browse files
committed
tests: ignore expensive full_workflow_test
1 parent bb3b5fe commit b8499f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/full_workflow.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ use flintpkg::{
99
};
1010

1111
#[tokio::test]
12+
#[ignore = "Really expensive, requires cloning from github and rebuilding flint."]
1213
async fn full_workflow_test() -> Result<()> {
1314
let repo_dir = TempDir::new()?;
1415
let repo_path = repo_dir.path();

0 commit comments

Comments
 (0)