diff --git a/integration-tests/application_tests/application_test.go b/integration-tests/application_tests/application_test.go index 1a66fe01f911b8567d8385b521ae0a63c15bbee5..bb5dea99d87ac21f585d6b097012ca589e2ab477 100644 --- a/integration-tests/application_tests/application_test.go +++ b/integration-tests/application_tests/application_test.go @@ -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() }