Update CI

This commit is contained in:
Ben Johnson
2022-01-22 11:14:59 -07:00
parent 0a6474fb28
commit b8d04957a2

View File

@@ -217,6 +217,8 @@ func TestCmd_Replicate_ResumeWithNewGeneration(t *testing.T) {
func TestCmd_Replicate_HighLoad(t *testing.T) {
if testing.Short() {
t.Skip("short mode enabled, skipping")
} else if os.Getenv("CI") != "" {
t.Skip("ci, skipping")
}
const writeDuration = 30 * time.Second