Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/e2e-go/features/catchup/basicCatchup_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ func TestBasicCatchup(t *testing.T) {
// TestCatchupOverGossip tests catchup across network versions
// The current versions are the original v1 and the upgraded to v2.1
func TestCatchupOverGossip(t *testing.T) {
t.Parallel()
// ledger node upgraded version, fetcher node upgraded version
runCatchupOverGossip(t, false, false)
// ledger node older version, fetcher node upgraded version
Expand All @@ -92,7 +93,6 @@ func runCatchupOverGossip(t *testing.T,
if testing.Short() {
t.Skip()
}
t.Parallel()
a := require.New(t)
// Overview of this test:
// Start a two-node network (Primary with 0% stake, Secondary with 100% stake)
Expand Down