Add workaround to not fail on login test
Change-Id: If77efcdae4e9686f0343c0268c5e3b99abee83c6
Related: PROD-19810
(cherry picked from commit 3b170946f836f3cef0b32b19fe6f7d09defd447b)
(cherry picked from commit fe5dd4a997e53ae5a165f2a998538d1e46ae4ec9)
diff --git a/tempest_horizon/tests/scenario/test_dashboard_basic_ops.py b/tempest_horizon/tests/scenario/test_dashboard_basic_ops.py
index cd4af56..f091f7f 100644
--- a/tempest_horizon/tests/scenario/test_dashboard_basic_ops.py
+++ b/tempest_horizon/tests/scenario/test_dashboard_basic_ops.py
@@ -138,4 +138,7 @@
creds = self.os_primary.credentials
self.check_login_page()
self.user_login(creds.username, creds.password)
+ # FIXME(e0ne): It's a dirty hack to unblock CI until
+ # PROD-19810 will be fixed
+ self.user_login(creds.username, creds.password)
self.check_home_page()