1
0
mirror of https://github.com/distribution/distribution synced 2025-02-23 06:49:36 +01:00

Remove IPC support from test file

Signed-off-by: Li Wenquan <wenquan.li@hp.com>
This commit is contained in:
davidli 2015-07-17 14:02:51 +08:00 committed by Sylvain Baubeau
parent 470f84078e
commit d1b4bae078

@ -85,7 +85,7 @@ func init() {
return swiftDriverConstructor(prefix)
}
testsuites.RegisterInProcessSuite(driverConstructor, testsuites.NeverSkip)
testsuites.RegisterSuite(driverConstructor, testsuites.NeverSkip)
}
func TestEmptyRootList(t *testing.T) {