Skip to content

Commit

Permalink
[DONOTLAND] run pfn_const_tps(duration, true, true)
Browse files Browse the repository at this point in the history
  • Loading branch information
bchocho committed Jul 27, 2023
1 parent 83580b1 commit 3a974b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsuite/forge-cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ fn single_test_suite(
let single_test_suite = match test_name {
// Land-blocking tests to be run on every PR:
"land_blocking" => land_blocking_test_suite(duration), // to remove land_blocking, superseeded by the below
"realistic_env_max_load" => realistic_env_max_load_test(duration, test_cmd, 7, 5),
"realistic_env_max_load" => pfn_const_tps(duration, true, true),
"compat" => compat(),
"framework_upgrade" => framework_upgrade(),
// Rest of the tests:
Expand Down

0 comments on commit 3a974b7

Please sign in to comment.