influxdb/z_test.go

12 lines
137 B
Go
Raw Normal View History

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