From e9ee6e5a656854c0e373b371b38e119790824d96 Mon Sep 17 00:00:00 2001 From: sh-cha Date: Thu, 31 Oct 2024 18:48:05 +0900 Subject: [PATCH] delete storage testing --- crates/e2e-move-tests/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/e2e-move-tests/Cargo.toml b/crates/e2e-move-tests/Cargo.toml index f66ce477..a3f02280 100644 --- a/crates/e2e-move-tests/Cargo.toml +++ b/crates/e2e-move-tests/Cargo.toml @@ -46,6 +46,5 @@ default = [] testing = [ "initia-move-gas/testing", "initia-move-natives/testing", - "initia-move-storage/testing", "move-vm-runtime/testing", ]