Remove IPC support from test file
Signed-off-by: Li Wenquan <wenquan.li@hp.com>
This commit is contained in:
parent
470f84078e
commit
d1b4bae078
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ func init() {
|
||||||
return swiftDriverConstructor(prefix)
|
return swiftDriverConstructor(prefix)
|
||||||
}
|
}
|
||||||
|
|
||||||
testsuites.RegisterInProcessSuite(driverConstructor, testsuites.NeverSkip)
|
testsuites.RegisterSuite(driverConstructor, testsuites.NeverSkip)
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestEmptyRootList(t *testing.T) {
|
func TestEmptyRootList(t *testing.T) {
|
||||||
|
|
Loading…
Reference in a new issue