run TestAllocations_Stats in CI

This commit is contained in:
Mahmood Ali
2019-03-08 07:57:37 -05:00
parent 4bbfc99102
commit 086677b0df

View File

@@ -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)