Add support for label storage in local content store
Allows running tests which require labels on the content store Signed-off-by: Derek McGowan <derek@mcgstyle.net>
This commit is contained in:
@@ -30,5 +30,4 @@ func createContentStore(ctx context.Context, root string) (content.Store, func()
|
||||
|
||||
func TestContent(t *testing.T) {
|
||||
testsuite.ContentSuite(t, "metadata", createContentStore)
|
||||
testsuite.ContentLabelSuite(t, "metadata", createContentStore)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user