From 5a51545eca8849367e78bfcc9766fd0a129de4d5 Mon Sep 17 00:00:00 2001 From: Shawn <44221603+smarshall-spitzbart@users.noreply.github.com> Date: Wed, 17 May 2023 09:47:02 -0700 Subject: [PATCH] uncomment e2e test runs --- tests/e2e/main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/e2e/main.go b/tests/e2e/main.go index f6c799b1c8..50877b0c69 100644 --- a/tests/e2e/main.go +++ b/tests/e2e/main.go @@ -43,9 +43,9 @@ func main() { } testRuns := []testRunWithSteps{ - // {DefaultTestRun(), happyPathSteps}, + {DefaultTestRun(), happyPathSteps}, {DemocracyTestRun(), democracySteps}, - // {SlashThrottleTestRun(), slashThrottleSteps}, + {SlashThrottleTestRun(), slashThrottleSteps}, } if includeMultiConsumer != nil && *includeMultiConsumer { testRuns = append(testRuns, testRunWithSteps{MultiConsumerTestRun(), multipleConsumers})