Skip to content

Commit

Permalink
turn off checking test config on /more-v1/ test dir
Browse files Browse the repository at this point in the history
  • Loading branch information
brmataptos committed Sep 19, 2024
1 parent 8fdc501 commit 3058cf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/move/move-compiler-v2/tests/testsuite.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ const TEST_CONFIGS: Lazy<BTreeMap<&str, TestConfig>> = Lazy::new(|| {
],
// Need to exclude `inlining` because it is under checking
// TODO: move `inlining` tests to top-level test directory
exclude: vec!["/inlining/"],
exclude: vec!["/inlining/", "/more-v1/"],
exp_suffix: None,
options: opts
.clone()
Expand Down

0 comments on commit 3058cf5

Please sign in to comment.