bkyryliuk commented on a change in pull request #10818:
URL:
https://github.com/apache/incubator-superset/pull/10818#discussion_r485827732
##########
File path: tests/datasets/api_tests.py
##########
@@ -824,6 +824,8 @@ def test_export_dataset(self):
Dataset API: Test export dataset
"""
birth_names_dataset = self.get_birth_names_dataset()
+ if birth_names_dataset.database.backend == "presto":
Review comment:
:) try
https://github.com/apache/incubator-superset/blob/master/tox.ini#L37 for the
local development, much easier to iterate on a single test
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]