Skip to content

Commit

Permalink
PBM-1356 disable tests (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
olexandr-havryliak authored Oct 9, 2024
1 parent f30e69a commit 2896d14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pbm-functional/pytest/test_PBM-1355.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def test_incremental_PBM_T258(start_cluster,cluster):
assert pymongo.MongoClient(cluster.connection)["test"].command("collstats", "test").get("sharded", False)

@pytest.mark.parametrize('command',['config --force-resync','backup'])
def test_logical_cli_PBM_T260(start_cluster,cluster,command):
def test_disabled_cli_PBM_T260(start_cluster,cluster,command):
cluster.check_pbm_status()
result = cluster.exec_pbm_cli(command + ' --wait')
assert result.rc == 0, result.stderr
Expand Down

0 comments on commit 2896d14

Please sign in to comment.