Remove IPC support from test file

Signed-off-by: Li Wenquan <wenquan.li@hp.com>
pull/493/head
davidli 2015-07-17 14:02:51 +08:00 committed by Sylvain Baubeau
parent 470f84078e
commit d1b4bae078
1 changed files with 1 additions and 1 deletions

View File

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