Skip to content

Commit fa4fa5e

Browse files
committed
Disable test_metadata.py::SchemaMetadataTests::test_indexes
This test was marked as xfail, but it turns out it sometimes passes, so this commit skips it completely.
1 parent 632955a commit fa4fa5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/standard/test_metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ def test_counter_with_dense_compact_storage(self):
476476
tablemeta = self.get_table_metadata()
477477
self.check_create_statement(tablemeta, create_statement)
478478

479-
@xfail_scylla('https://github.com/scylladb/scylladb/issues/6058')
479+
@pytest.mark.skip(reason='https://github.com/scylladb/scylladb/issues/6058')
480480
def test_indexes(self):
481481
create_statement = self.make_create_statement(["a"], ["b", "c"], ["d", "e", "f"])
482482
create_statement += " WITH CLUSTERING ORDER BY (b ASC, c ASC)"

0 commit comments

Comments
 (0)