Skip to content

Commit

Permalink
run test not in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
JekaMas committed Oct 19, 2018
1 parent 1afca6a commit 3959f0c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions e2e/features/validator.feature
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ Feature: Joining network as a validator
And I start validator with 5 mTokens deposit
And the token balance of A should be 10 mTokens

# Scenario:
# Given: I wait for my node to be synced
# When I start validator with 5 mTokens deposit
# And I wait for my node to be synced
# And crash my node validator
# And I restart the validator
# And I wait for my node to be synced
# Then My node should be a validator
Scenario: Re-Start mining on miner crush
Given: I wait for my node to be synced
When I start validator with 5 mTokens deposit
And I wait for my node to be synced
And crash my node validator
And I restart the validator
And I wait for my node to be synced
Then My node should be a validator
2 changes: 1 addition & 1 deletion e2e/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func main() {
})
}, godog.Options{
Format: "progress",
Concurrency: 2,
Concurrency: 1,
Paths: []string(featuresFlag),
Randomize: -1,
StopOnFailure: true,
Expand Down

0 comments on commit 3959f0c

Please sign in to comment.