mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-12 19:02:12 +00:00
After the previous patches implemented collection indexing, several tests in test/cql-pytest/test_secondary_index.py that were marked with "xfail" started to pass - so here we remove the xfail. Only three collection indexing tests continue to xfail: test_secondary_index.py::test_index_collection_wrong_type test_secondary_index.py::test_index_quoted_names (#10707) test_secondary_index.py::test_local_secondary_index_on_collection (#10713) Signed-off-by: Nadav Har'El <nyh@scylladb.com>