Skip to content

Commit

Permalink
PBM-1297 re-enable the test (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
olexandr-havryliak authored Sep 18, 2024
1 parent 0e60a56 commit e07776c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pbm-functional/pytest/test_PBM-1297.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def start_cluster(cluster,newcluster,request):
newcluster.destroy(cleanup_backups=True)

@pytest.mark.timeout(600, func_only=True)
def test_disabled_pitr_PBM_T253(start_cluster,cluster,newcluster):
def test_logical_pitr_PBM_T253(start_cluster,cluster,newcluster):
cluster.check_pbm_status()
cluster.make_backup("logical")
cluster.enable_pitr(pitr_extra_args="--set pitr.oplogSpanMin=0.5")
Expand Down

0 comments on commit e07776c

Please sign in to comment.