mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
chore: Skips integration tests affected by legacy charts removal (#31791)
This commit is contained in:
committed by
GitHub
parent
740fbf72d7
commit
bbdc195a3b
@@ -880,6 +880,7 @@ class TestUtils(SupersetTestCase):
|
||||
assert slc is None
|
||||
|
||||
@pytest.mark.usefixtures("load_birth_names_dashboard_with_slices")
|
||||
@pytest.mark.skip(reason="This test will be changed to use the api/v1/data")
|
||||
def test_log_this(self) -> None:
|
||||
# TODO: Add additional scenarios.
|
||||
self.login(ADMIN_USERNAME)
|
||||
|
||||
Reference in New Issue
Block a user