Skip to content

Commit

Permalink
chore: re-enable all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MSalopek committed Jun 22, 2023
1 parent 1aa948f commit b498b55
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/e2e/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ func main() {

testRuns := []testRunWithSteps{
{ChangeoverTestRun(), changeoverSteps},
// {DefaultTestRun(), happyPathSteps},
// {DemocracyTestRun(true), democracySteps},
// {DemocracyTestRun(false), rewardDenomConsumerSteps},
// {SlashThrottleTestRun(), slashThrottleSteps},
{DefaultTestRun(), happyPathSteps},
{DemocracyTestRun(true), democracySteps},
{DemocracyTestRun(false), rewardDenomConsumerSteps},
{SlashThrottleTestRun(), slashThrottleSteps},
}
if includeMultiConsumer != nil && *includeMultiConsumer {
testRuns = append(testRuns, testRunWithSteps{MultiConsumerTestRun(), multipleConsumers})
Expand Down

0 comments on commit b498b55

Please sign in to comment.