Skip to content

Commit

Permalink
integration-tests: enable test_tps_regression::test_highload expensiv…
Browse files Browse the repository at this point in the history
…e tests (#7738)

Issue: #4618
  • Loading branch information
mina86 authored Oct 3, 2022
1 parent a705c7e commit cf5554c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/src/tests/test_tps_regression.rs
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ fn run_multiple_nodes(
}

#[test]
#[ignore]
#[cfg_attr(not(feature = "expensive_tests"), ignore)]
fn test_highload() {
// Run 4 nodes with 20 input tps and check the output tps to be 20.
heavy_test(|| run_multiple_nodes(4, 20, 20, Duration::from_secs(120), "4_20"));
Expand Down

0 comments on commit cf5554c

Please sign in to comment.