chore: Skips integration tests affected by legacy charts removal (#31791)

This commit is contained in:
Michael S. Molina
2025-01-10 14:53:54 -03:00
committed by GitHub
parent 740fbf72d7
commit bbdc195a3b
8 changed files with 23 additions and 171 deletions

View File

@@ -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)