mirror of
https://github.com/apache/superset.git
synced 2026-04-18 15:44:57 +00:00
chore: Re-enable skipped tests (#31795)
This commit is contained in:
committed by
GitHub
parent
ab6045691e
commit
547b8b9314
@@ -879,12 +879,11 @@ class TestUtils(SupersetTestCase):
|
||||
assert form_data == {}
|
||||
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")
|
||||
@pytest.mark.usefixtures("load_world_bank_dashboard_with_slices")
|
||||
def test_log_this(self) -> None:
|
||||
# TODO: Add additional scenarios.
|
||||
self.login(ADMIN_USERNAME)
|
||||
slc = self.get_slice("Top 10 Girl Name Share")
|
||||
slc = self.get_slice("Life Expectancy VS Rural %")
|
||||
dashboard_id = 1
|
||||
|
||||
assert slc.viz is not None
|
||||
|
||||
Reference in New Issue
Block a user