Skip to content

Commit

Permalink
[move] Temporarily disable verification of test code (MystenLabs#6435)
Browse files Browse the repository at this point in the history
  • Loading branch information
awelc authored Nov 28, 2022
1 parent 62d4660 commit 433c537
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion crates/sui/src/sui_move/unit_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ impl Test {
build::Build::execute_internal(
&rerooted_path,
BuildConfig {
test_mode: true, // make sure to verify tests
// TODO: test_mode should be true - flip it when calling init function from test
// code issue is resolved
test_mode: false, // make sure to verify tests
..build_config.clone()
},
dump_bytecode_as_base64,
Expand Down

0 comments on commit 433c537

Please sign in to comment.