From 086677b0dfba52028e861fce79aa498000615bda Mon Sep 17 00:00:00 2001 From: Mahmood Ali Date: Fri, 8 Mar 2019 07:57:37 -0500 Subject: [PATCH] run TestAllocations_Stats in CI --- client/alloc_endpoint_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/client/alloc_endpoint_test.go b/client/alloc_endpoint_test.go index 66502a4c5..7c3bec1dc 100644 --- a/client/alloc_endpoint_test.go +++ b/client/alloc_endpoint_test.go @@ -176,7 +176,6 @@ func TestAllocations_GarbageCollect_ACL(t *testing.T) { } func TestAllocations_Stats(t *testing.T) { - t.Skip("missing exec driver plugin implementation") t.Parallel() require := require.New(t) client, cleanup := TestClient(t, nil)