diff --git a/integration/plugin/graphdriver/external_test.go b/integration/plugin/graphdriver/external_test.go index f96a7dcc32..7eaec7a861 100644 --- a/integration/plugin/graphdriver/external_test.go +++ b/integration/plugin/graphdriver/external_test.go @@ -213,7 +213,6 @@ func setupPlugin(t *testing.T, ec map[string]*graphEventsCounter, ext string, mu return } - // TODO @gupta-ak: Figure out what to do here. dir, err := driver.Get(req.ID, req.MountLabel) if err != nil { respond(w, err)