Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ai3
accountserver
Commits
28c19562
Commit
28c19562
authored
Apr 03, 2022
by
ale
Browse files
Do not run integration tests in parallel
At least not until we can control parallelism a little better.
parent
74f2a835
Pipeline
#30598
passed with stages
in 2 minutes and 47 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
integrationtest/integration_test.go
View file @
28c19562
...
...
@@ -170,7 +170,7 @@ func startServiceWithConfigAndCache(t *testing.T, svcConfig as.Config, enableCac
// Tell the test runtime that we can run multiple integration tests in
// parallel. This just happens to be a convenient call site for all
// integration tests.
t
.
Parallel
()
//
t.Parallel()
ldapsrv
:=
ldaptest
.
StartServer
(
t
,
&
ldaptest
.
Config
{
Dir
:
"../ldaptest"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment