Skip to content

Commit

Permalink
test/cql-pytest: mark test_tools.TestScyllaSsstableSchemaLoading.test…
Browse files Browse the repository at this point in the history
…_table_dir_data_dir as xfail

This test fails from time-to-time. Until the investigation is ongoing,
mark it as xfail so it doesn't affext our workflows.

Refs: scylladb#13553
  • Loading branch information
denesb committed Apr 18, 2023
1 parent c501163 commit 7bedddc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/cql-pytest/test_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -652,6 +652,7 @@ def test_table_dir_schema_file(self, scylla_path, system_scylla_local_sstable_pr
system_scylla_local_sstable_prepared,
system_scylla_local_reference_dump)

@pytest.mark.xfail(reason="issue 13553")
def test_table_dir_data_dir(self, scylla_path, system_scylla_local_sstable_prepared, system_scylla_local_reference_dump, scylla_data_dir):
self.check(
scylla_path,
Expand Down

0 comments on commit 7bedddc

Please sign in to comment.