Skip to content

Commit 18f14e9

Browse files
chore: remove redundant test
1 parent 36535ea commit 18f14e9

File tree

1 file changed

+0
-53
lines changed

1 file changed

+0
-53
lines changed

crates/cli/tests/app_e2e.rs

Lines changed: 0 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -79,59 +79,6 @@ fn test_cli_app_e2e() -> Result<()> {
7979
Ok(())
8080
}
8181

82-
#[test]
83-
fn test_cli_app_e2e_default_paths() -> Result<()> {
84-
run_cmd("cargo", &["install", "--path", ".", "--force"])?;
85-
run_cmd(
86-
"cargo",
87-
&[
88-
"openvm",
89-
"build",
90-
"--manifest-path",
91-
"tests/programs/fibonacci/Cargo.toml",
92-
],
93-
)?;
94-
run_cmd(
95-
"cargo",
96-
&[
97-
"openvm",
98-
"keygen",
99-
"--manifest-path",
100-
"tests/programs/fibonacci/Cargo.toml",
101-
],
102-
)?;
103-
run_cmd(
104-
"cargo",
105-
&[
106-
"openvm",
107-
"run",
108-
"--manifest-path",
109-
"tests/programs/fibonacci/Cargo.toml",
110-
],
111-
)?;
112-
run_cmd(
113-
"cargo",
114-
&[
115-
"openvm",
116-
"prove",
117-
"app",
118-
"--manifest-path",
119-
"tests/programs/fibonacci/Cargo.toml",
120-
],
121-
)?;
122-
run_cmd(
123-
"cargo",
124-
&[
125-
"openvm",
126-
"verify",
127-
"app",
128-
"--manifest-path",
129-
"tests/programs/fibonacci/Cargo.toml",
130-
],
131-
)?;
132-
Ok(())
133-
}
134-
13582
#[test]
13683
fn test_cli_app_e2e_simplified() -> Result<()> {
13784
run_cmd("cargo", &["install", "--path", ".", "--force"])?;

0 commit comments

Comments
 (0)