Skip to content

Commit

Permalink
uncomment e2e test runs
Browse files Browse the repository at this point in the history
  • Loading branch information
shaspitz committed May 17, 2023
1 parent cb5fb2a commit 5a51545
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/e2e/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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})
Expand Down

0 comments on commit 5a51545

Please sign in to comment.