remove --max-fail 1 on integration tests to iterate faster

This commit is contained in:
Maxime Beauchemin
2025-07-29 22:36:12 -07:00
parent 48d8c91b19
commit ef4cf2b430
6 changed files with 14 additions and 16 deletions

View File

@@ -426,7 +426,7 @@ class TestChartWarmUpCacheCommand(SupersetTestCase):
@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_warm_up_cache(self):
slc = self.get_slice("Top 10 Girl Name Share")
slc = self.get_slice("Genders")
result = ChartWarmUpCacheCommand(slc.id, None, None).run()
assert result == {
"chart_id": slc.id,