Skip to content

Commit

Permalink
Re-enable disabled gossipsub test
Browse files Browse the repository at this point in the history
  • Loading branch information
Stebalien committed Jul 11, 2024
1 parent 1f5b81f commit f1e397d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gossipsub_connmgr_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import (
)

func TestGossipsubConnTagMessageDeliveries(t *testing.T) {
t.Skip("Test disabled with go-libp2p v0.22.0") // TODO: reenable test when updating to v0.23.0
ctx, cancel := context.WithCancel(context.Background())
defer cancel()

Expand Down

0 comments on commit f1e397d

Please sign in to comment.