diff --git a/safesocket/safesocket_ps.go b/safesocket/safesocket_ps.go index b693501d8..8882d693d 100644 --- a/safesocket/safesocket_ps.go +++ b/safesocket/safesocket_ps.go @@ -32,6 +32,5 @@ func init() { } } return false - } } diff --git a/tstest/integration/integration_test.go b/tstest/integration/integration_test.go index c753e874b..e5b768768 100644 --- a/tstest/integration/integration_test.go +++ b/tstest/integration/integration_test.go @@ -62,7 +62,7 @@ func TestMain(m *testing.M) { os.Exit(0) } -func TestOneNodeUp_NoAuth(t *testing.T) { +func TestOneNodeUpNoAuth(t *testing.T) { t.Parallel() bins := BuildTestBinaries(t) @@ -190,7 +190,7 @@ func TestStateSavedOnStart(t *testing.T) { d1.MustCleanShutdown(t) } -func TestOneNodeUp_Auth(t *testing.T) { +func TestOneNodeUpAuth(t *testing.T) { t.Parallel() bins := BuildTestBinaries(t)