Skip to content

Commit

Permalink
Disable test_metadata.py::SchemaMetadataTests::test_indexes
Browse files Browse the repository at this point in the history
This test was marked as xfail, but it turns out it sometimes passes,
so this commit skips it completely.
  • Loading branch information
Lorak-mmk committed Jul 3, 2023
1 parent 632955a commit fa4fa5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/standard/test_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ def test_counter_with_dense_compact_storage(self):
tablemeta = self.get_table_metadata()
self.check_create_statement(tablemeta, create_statement)

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

0 comments on commit fa4fa5e

Please sign in to comment.