Skip to content

Commit b7e9680

Browse files
fix: don't skip TestContextShutDown (#1022)
1 parent 5065a50 commit b7e9680

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dht_test.go

-1
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,6 @@ func TestValueSetInvalid(t *testing.T) {
392392
}
393393

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

0 commit comments

Comments
 (0)