john-bodley commented on code in PR #27149:
URL: https://github.com/apache/superset/pull/27149#discussion_r1557972831


##########
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:
   Thanks @michael-s-molina. Also it's worth mentioning it's not like the test 
is being skipped globally, i.e., we have coverage on the said logic for MySQL 
and SQLite.



-- 
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]

Reply via email to