Skip to content

Commit

Permalink
server: Don't run authplugin tests in parallel
Browse files Browse the repository at this point in the history
This doesn't work with how failpoints are used in these tests
  • Loading branch information
dveeden committed Dec 3, 2021
1 parent 13d0deb commit 1fc898d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions server/conn_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -911,8 +911,6 @@ func TestShowErrors(t *testing.T) {
}

func TestHandleAuthPlugin(t *testing.T) {
t.Parallel()

store, clean := testkit.CreateMockStore(t)
defer clean()

Expand Down Expand Up @@ -1132,9 +1130,6 @@ func TestHandleAuthPlugin(t *testing.T) {
}

func TestAuthPlugin2(t *testing.T) {

t.Parallel()

store, clean := testkit.CreateMockStore(t)
defer clean()

Expand Down

0 comments on commit 1fc898d

Please sign in to comment.