influxdb/z_test.go

14 lines
140 B
Go
Raw Normal View History

2013-05-27 00:02:31 +00:00
package raft
/*
2013-05-27 00:02:31 +00:00
import (
"testing"
"time"
)
func TestGC(t *testing.T) {
<-time.After(500 * time.Millisecond)
panic("Oh god no!")
2013-05-27 00:02:31 +00:00
}
2013-05-27 02:06:08 +00:00
*/