Skip to content

Commit

Permalink
Activate run_query() integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
lucksus committed Nov 7, 2023
1 parent 2dd1f6e commit 0ad4794
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/machine/lib_machine.rs
Original file line number Diff line number Diff line change
Expand Up @@ -422,9 +422,8 @@ mod tests {
);
}

#[ignore = "fails on windows"]
#[test]
fn stress_integration_test() {
fn integration_test() {
let mut machine = Machine::new_lib();

// File with test commands, i.e. program code to consult and queries to run
Expand Down

0 comments on commit 0ad4794

Please sign in to comment.