Skip to content

Commit

Permalink
fix: don't skip TestContextShutDown (#1022)
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumemichel authored Feb 7, 2025
1 parent 5065a50 commit b7e9680
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dht_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,6 @@ func TestValueSetInvalid(t *testing.T) {
}

func TestContextShutDown(t *testing.T) {
t.Skip("This test is flaky, see https://github.com/libp2p/go-libp2p-kad-dht/issues/724.")
ctx, cancel := context.WithCancel(context.Background())
defer cancel()

Expand Down

0 comments on commit b7e9680

Please sign in to comment.