From a5be8112694fc050cf30615c822bc3b011811101 Mon Sep 17 00:00:00 2001 From: Cory Snider Date: Fri, 23 Sep 2022 16:14:54 -0400 Subject: [PATCH] chore(integration): delete outdated TODO comment The TODO comment was in regards to allowing graphdriver plugins to provide their own ContainerFS implementations. The ContainerFS interface has been removed from Moby, so there is no longer anything which needs to be figured out. Signed-off-by: Cory Snider --- integration/plugin/graphdriver/external_test.go | 1 - 1 file changed, 1 deletion(-) 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)