diff --git a/client/influxdb_test.go b/client/influxdb_test.go index f1c1379a4f..70c76438a5 100644 --- a/client/influxdb_test.go +++ b/client/influxdb_test.go @@ -192,7 +192,6 @@ func TestPoint_UnmarshalEpoch(t *testing.T) { } func TestPoint_UnmarshalRFC(t *testing.T) { - t.Skip() now := time.Now() tests := []struct { name string diff --git a/httpd/handler_test.go b/httpd/handler_test.go index 517902a7c7..76e70e28a1 100644 --- a/httpd/handler_test.go +++ b/httpd/handler_test.go @@ -26,7 +26,6 @@ func init() { } func TestBatchWrite_UnmarshalEpoch(t *testing.T) { - t.Skip() now := time.Now() tests := []struct { name string @@ -100,7 +99,6 @@ func TestBatchWrite_UnmarshalEpoch(t *testing.T) { } func TestBatchWrite_UnmarshalRFC(t *testing.T) { - t.Skip() now := time.Now() tests := []struct { name string diff --git a/raft/log_test.go b/raft/log_test.go index 5cdf757dcb..f5b57f5bc9 100644 --- a/raft/log_test.go +++ b/raft/log_test.go @@ -66,6 +66,7 @@ func TestLog_Reopen(t *testing.T) { func TestLog_Apply(t *testing.T) { // TODO corylanou: this test is intermittently failing. Fix and re-enable // trace can be found here for failing test: https://gist.github.com/corylanou/1bb0a5d11447177e478f + t.Skip() n := NewInitNode() defer n.Close()