Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
Remove parallel execution of property tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan-Ethernal committed Oct 24, 2023
1 parent 940408f commit 319be43
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions e2e-polybft/property/property_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ import (
)

func TestProperty_DifferentVotingPower(t *testing.T) {
t.Parallel()

const (
blockTime = time.Second * 6
maxStake = 20
Expand Down Expand Up @@ -58,8 +56,6 @@ func TestProperty_DifferentVotingPower(t *testing.T) {
}

func TestProperty_DropValidators(t *testing.T) {
t.Parallel()

const (
blockTime = time.Second * 4
)
Expand Down

0 comments on commit 319be43

Please sign in to comment.