From b9a138d2dcc9e6348248b076c843a9978e4aad61 Mon Sep 17 00:00:00 2001 From: sanaz Date: Wed, 11 Sep 2024 15:04:00 -0700 Subject: [PATCH] removes deleted tests from available tests --- test/e2e/benchmark/main.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/e2e/benchmark/main.go b/test/e2e/benchmark/main.go index be4eb1e126..395606bb1a 100644 --- a/test/e2e/benchmark/main.go +++ b/test/e2e/benchmark/main.go @@ -12,12 +12,8 @@ func main() { tests := []Test{ {"TwoNodeSimple", TwoNodeSimple}, {"TwoNodeBigBlock8MB", TwoNodeBigBlock8MB}, - {"TwoNodeBigBlock32MB", TwoNodeBigBlock32MB}, {"TwoNodeBigBlock8MBLatency", TwoNodeBigBlock8MBLatency}, - {"TwoNodeBigBlock64MB", TwoNodeBigBlock64MB}, {"LargeNetworkBigBlock8MB", LargeNetworkBigBlock8MB}, - {"LargeNetworkBigBlock32MB", LargeNetworkBigBlock32MB}, - {"LargeNetworkBigBlock64MB", LargeNetworkBigBlock64MB}, } // check the test name passed as an argument and run it