From 319be4376bf00fa5b7c39a0ffdae787154c29930 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Negovanovi=C4=87?= Date: Tue, 24 Oct 2023 08:43:31 +0200 Subject: [PATCH] Remove parallel execution of property tests --- e2e-polybft/property/property_test.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/e2e-polybft/property/property_test.go b/e2e-polybft/property/property_test.go index d3d57b85cd..45571db112 100644 --- a/e2e-polybft/property/property_test.go +++ b/e2e-polybft/property/property_test.go @@ -17,8 +17,6 @@ import ( ) func TestProperty_DifferentVotingPower(t *testing.T) { - t.Parallel() - const ( blockTime = time.Second * 6 maxStake = 20 @@ -58,8 +56,6 @@ func TestProperty_DifferentVotingPower(t *testing.T) { } func TestProperty_DropValidators(t *testing.T) { - t.Parallel() - const ( blockTime = time.Second * 4 )