Skip to content

Commit 192edbf

Browse files
committed
Marked all schema metadata validation tests as unstable
1 parent 1c613e6 commit 192edbf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test_globalization.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ def run_charset_validation(self, charset):
163163
finally:
164164
shutdown(client)
165165

166-
166+
@pytest.mark.unstable
167167
class TestGlobalizationMetadata(GlobalizationTests):
168168
@staticmethod
169169
@pytest.fixture(scope="class")
@@ -172,7 +172,6 @@ def test_db():
172172
yield db
173173
clean_up_test_db(db)
174174

175-
@pytest.mark.unstable
176175
def test_schema_metadata_double(self, test_db):
177176
self.run_schema_metadata_validation('double', test_db)
178177

0 commit comments

Comments
 (0)