fix #2599: re-skip TestSingleServer
parent
500af80ebc
commit
3174b2c98d
|
@ -1764,7 +1764,7 @@ func TestServerDiags(t *testing.T) {
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestSingleServer(t *testing.T) {
|
func TestSingleServer(t *testing.T) {
|
||||||
//t.Skip()
|
t.Skip()
|
||||||
t.Parallel()
|
t.Parallel()
|
||||||
testName := "single server integration"
|
testName := "single server integration"
|
||||||
if testing.Short() {
|
if testing.Short() {
|
||||||
|
|
Loading…
Reference in New Issue