Skip to content

Commit

Permalink
skip test_integrations_pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
erratic-pattern committed Oct 25, 2023
1 parent 64c0e54 commit 9d1020e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_integrations.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
use std::{env, error::Error, path::PathBuf, process::Command};

#[test]
#[ignore]
fn test_integrations_pytest() -> Result<(), Box<dyn Error>> {
let cargo_manifest_dir = dunce::canonicalize(PathBuf::from(env::var("CARGO_MANIFEST_DIR")?))?;
let live_test = cargo_manifest_dir.join("pytest/live_test.py");
Expand Down

0 comments on commit 9d1020e

Please sign in to comment.