ignore swap test

This commit is contained in:
Protryon 2021-02-01 08:56:57 -08:00
parent 0b4e093f82
commit a042e9f2df

View File

@ -81,6 +81,7 @@ fn test_function_input_mut() {
}
#[test]
#[ignore]
fn test_swap() {
let program_string = include_str!("swap.leo");
load_asg(program_string).unwrap();