john-bodley commented on code in PR #28159: URL: https://github.com/apache/superset/pull/28159#discussion_r1573399060
########## tests/integration_tests/charts/data/api_tests.py: ########## @@ -88,10 +89,9 @@ @pytest.fixture(autouse=True) -def skip_by_backend(): - with app.app_context(): - if backend() == "hive": - pytest.skip("Skipping tests for Hive backend") +def skip_by_backend(app_context: AppContext): Review Comment: Reuse existing fixture. -- 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: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org