this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

run more tests on both archive/nonarchive

+8
+8
testing/integ_test.go
··· 406 406 } 407 407 408 408 func TestRelayTakedown(t *testing.T) { 409 + testRelayTakedown(t, true) 410 + } 411 + 412 + func TestRelayTakedownNonArchive(t *testing.T) { 413 + testRelayTakedown(t, false) 414 + } 415 + 416 + func testRelayTakedown(t *testing.T, archive bool) { 409 417 if testing.Short() { 410 418 t.Skip("skipping Relay test in 'short' test mode") 411 419 }