michael-s-molina commented on code in PR #27149:
URL: https://github.com/apache/superset/pull/27149#discussion_r1557518415
##########
tests/integration_tests/sql_lab/api_tests.py:
##########
@@ -51,7 +56,11 @@ class TestSqlLabApi(SupersetTestCase):
clear=True,
)
def test_get_from_empty_bootsrap_data(self):
- self.login(username="gamma_sqllab_no_data")
+ if utils.backend() == "postgres":
Review Comment:
Yeah, it's kind of frustrating that we have many non-idempotent tests. Given
that we'll need a specific effort for fixing this problem globally, I'm ok with
skipping the test. We do the same for many sqlite tests.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]