scylladb / scylla-manager

The Scylla Manager
https://manager.docs.scylladb.com/stable/
Other
48 stars 33 forks source link

Skip failing restore schema tests #3835

Closed Michal-Leszczynski closed 1 month ago

Michal-Leszczynski commented 1 month ago

Since introduction of Scylla 5.4, the regular restore schema tests have been failing when consistent_cluster_management is set to true. It is a know issue with a known workaround that will be fixed only for Scylla 6.0. We should skip the restore schema tests that are executed against Scylla versions which are known to fail so that the red gh actions check actually means something useful.

cc: @karol-kokoszka