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)