Skip to content

Commit e6a73f0

Browse files
authored
chore: remove slow actor bundle test (#6543)
1 parent 83aa632 commit e6a73f0

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

tests/cmd_state_migration_tests.rs

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,6 @@ use fickle::fickle;
88
use serial_test::serial;
99
use std::path::PathBuf;
1010

11-
#[test]
12-
#[fickle]
13-
#[serial]
14-
fn state_migration_actor_bundle() {
15-
let temp_dir = tempfile::tempdir().unwrap();
16-
let bundle = temp_dir.path().join("bundle.car");
17-
18-
tool()
19-
.arg("state-migration")
20-
.arg("actor-bundle")
21-
.arg(&bundle)
22-
.assert()
23-
.success();
24-
25-
assert!(bundle.exists());
26-
assert!(zstd::decode_all(std::fs::File::open(&bundle).unwrap()).is_ok());
27-
}
28-
2911
#[test]
3012
#[fickle]
3113
#[serial]

0 commit comments

Comments
 (0)