Skip to content

Commit

Permalink
test: disable digest validate for v6
Browse files Browse the repository at this point in the history
Signed-off-by: zyfjeff <tianqian.zyf@alibaba-inc.com>
  • Loading branch information
zyfjeff committed Jun 7, 2022
1 parent a1c2cb2 commit e2f9ca4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/smoke.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ fn test(
cache_compressed,
rafs_mode.parse().unwrap(),
"api.sock".into(),
true,
!rafsv6,
);
nydusd.start(Some("bootstrap-overlay"), "mnt");
nydusd.check(&overlay_texture, "mnt");
Expand All @@ -124,7 +124,7 @@ fn test(
cache_compressed,
rafs_mode.parse().unwrap(),
"api.sock".into(),
true,
!rafsv6,
);
nydusd.start(Some("bootstrap-overlay"), "mnt");
nydusd.check(&overlay_texture, "mnt");
Expand Down

0 comments on commit e2f9ca4

Please sign in to comment.