We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43f45ff commit 72908d4Copy full SHA for 72908d4
cli/server_test.go
@@ -119,8 +119,9 @@ func TestServer(t *testing.T) {
119
<-done
120
})
121
// Duplicated test from "Development" above to test setting email/password via env.
122
+ // Cannot run parallel due to os.Setenv.
123
+ //nolint:paralleltest
124
t.Run("Development with email and password from env", func(t *testing.T) {
- // Cannot run parallel due to os.Setenv.
125
ctx, cancelFunc := context.WithCancel(context.Background())
126
defer cancelFunc()
127
0 commit comments