diff --git a/testing/integ_test.go b/testing/integ_test.go index 5b56ce4ae..fd5533932 100644 --- a/testing/integ_test.go +++ b/testing/integ_test.go @@ -406,6 +406,14 @@ func TestAccountEvent(t *testing.T) { } func TestRelayTakedown(t *testing.T) { + testRelayTakedown(t, true) +} + +func TestRelayTakedownNonArchive(t *testing.T) { + testRelayTakedown(t, false) +} + +func testRelayTakedown(t *testing.T, archive bool) { if testing.Short() { t.Skip("skipping Relay test in 'short' test mode") }