Skip to content
Snippets Groups Projects
Commit f9cc5ff7 authored by Fabian Seidl's avatar Fabian Seidl
Browse files

remove initial queue cleaning to check if ci doesn't block anymore

parent 3545d28e
No related branches found
No related tags found
1 merge request!691Resolve "Implement integration tests for applications"
Pipeline #178219 failed
This commit is part of merge request !691. Comments created here will be created in the context of that merge request.
......@@ -96,8 +96,8 @@ func TestMain(m *testing.M) {
// Important note: only works once after starting the setup, because first time use creates
// a user and updates it because of the login. After then only logins are done, no user creations.
// This means that this will block after trying once, because the two attempts to read from eventChannel.
_ = <-application.eventChannel
_ = <-application.eventChannel
// _ = <-application.eventChannel
// _ = <-application.eventChannel
m.Run()
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment