Skip to content

Commit

Permalink
Remove P2P three ndoe test
Browse files Browse the repository at this point in the history
  • Loading branch information
iansuvak committed Sep 13, 2023
1 parent 527d2c5 commit 844588b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/e2e-go/features/p2p/p2p_basic_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,6 @@ func TestP2PTwoNodes(t *testing.T) {
testP2PWithConfig(t, "TwoNodes50EachP2P.json")
}

func TestP2PThreeNodesEvenDist(t *testing.T) {
partitiontest.PartitionTest(t)
testP2PWithConfig(t, "ThreeNodesEvenDistP2P.json")
}

func TestP2PFiveNodes(t *testing.T) {
partitiontest.PartitionTest(t)
testP2PWithConfig(t, "FiveNodesP2P.json")
Expand Down

0 comments on commit 844588b

Please sign in to comment.