Skip to content

Commit

Permalink
PBM-1358 re-enable tests (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
olexandr-havryliak authored Nov 5, 2024
1 parent 31bcd67 commit f516d86
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pbm-functional/pytest/test_PBM-1355.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ def test_disabled_cli_PBM_T260(start_cluster,cluster,command):
Cluster.log(result.stdout)


"""
@pytest.mark.timeout(900,func_only=True)
@pytest.mark.parametrize('restore_ns',['sharded','unsharded'])
@pytest.mark.parametrize('restore_type',['base','pitr'])
Expand Down Expand Up @@ -196,4 +195,3 @@ def test_logical_selective_PBM_T259(start_cluster,cluster,restore_ns,restore_typ
cluster.make_restore(backup,restart_cluster=False,check_pbm_status=True,make_resync=False)
assert pymongo.MongoClient(cluster.connection)["test"][collection].count_documents({}) == 1200
assert pymongo.MongoClient(cluster.connection)["test"][empty_collection].count_documents({}) == 0
"""

0 comments on commit f516d86

Please sign in to comment.