doc(test): be more accurate

This commit is contained in:
Joonas Koivunen
2024-07-24 13:11:12 +00:00
parent 0ad31bb7fb
commit f23ee2ccdb

View File

@@ -814,9 +814,7 @@ def test_timeline_detach_ancestor_interrupted_by_deletion(
if sharded and mode == "delete_tenant":
# the shared/exclusive lock for tenant is blocking this:
# timeline detach ancestor takes shared, delete tenant takes exclusive
pytest.skip(
"tenant deletion while timeline ancestor detach is underway is not supported yet"
)
pytest.skip("tenant deletion while timeline ancestor detach is underway cannot happen")
shard_count = 2 if sharded else 1