diff --git a/indexdigest/test/linters/test_0031_low_cardinality_index.py b/indexdigest/test/linters/test_0031_low_cardinality_index.py index a74ba41d..2d34de76 100644 --- a/indexdigest/test/linters/test_0031_low_cardinality_index.py +++ b/indexdigest/test/linters/test_0031_low_cardinality_index.py @@ -9,6 +9,9 @@ class TestLinter(TestCase, DatabaseTestMixin): + def setUp(self) -> None: + self.skipTest(reason="test_0031_low_cardinality_index is not stable") + def test_get_low_cardinality_indices(self): indices = list(get_low_cardinality_indices(self.connection))