Skip to content

Commit

Permalink
avoid running more-v1 tests with multiple configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
brmataptos committed Sep 19, 2024
1 parent 1f59d07 commit 40ac663
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 @@ -219,7 +219,7 @@ const TEST_CONFIGS: Lazy<BTreeMap<&str, TestConfig>> = Lazy::new(|| {
name: "inlining-et-al",
runner: |p| run_test(p, get_config_by_name("inlining-et-al")),
include: vec!["/inlining/", "/folding/", "/simplifier/"],
exclude: vec![],
exclude: vec!["/more-v1/"],
exp_suffix: None,
options: opts.clone().set_experiment(Experiment::AST_SIMPLIFY, true),
// Run the entire compiler pipeline to double-check the result
Expand Down

0 comments on commit 40ac663

Please sign in to comment.