mistercrunch commented on a change in pull request #10731:
URL: 
https://github.com/apache/incubator-superset/pull/10731#discussion_r485730759



##########
File path: tests/datasets/api_tests.py
##########
@@ -849,7 +845,9 @@ def test_export_dataset(self):
                 expected_response = export_table
                 break
         ui_export = yaml.safe_load(rv.data.decode("utf-8"))
-        self.assertEqual(ui_export[0], expected_response)
+        # TODO re-enable flaky next line

Review comment:
       
https://github.com/apache/incubator-superset/pull/10731/checks?check_run_id=1091887012
   
   for reference:
   ```
   =================================== FAILURES 
===================================
   ______________________ TestDatasetApi.test_export_dataset 
______________________
   
   self = <tests.datasets.api_tests.TestDatasetApi 
testMethod=test_export_dataset>
   
   ```




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

Reply via email to