Disable single-server integration testing
parent
a823846612
commit
5cd52c7a3c
|
@ -1578,6 +1578,7 @@ func TestServerDiags(t *testing.T) {
|
|||
}
|
||||
|
||||
func TestSingleServer(t *testing.T) {
|
||||
t.Skip()
|
||||
t.Parallel()
|
||||
testName := "single server integration"
|
||||
if testing.Short() {
|
||||
|
|
Loading…
Reference in New Issue