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