Skip to content

Commit

Permalink
PBM-1090 move the test to jenkins (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
olexandr-havryliak authored Aug 27, 2024
1 parent 35f2acc commit 645a251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pbm-functional/pytest/test_PBM-1090.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def start_cluster(cluster,request):
cluster.destroy(cleanup_backups=True)

@pytest.mark.timeout(300,func_only=True)
def test_logical_PBM_T204(start_cluster,cluster):
def test_load_PBM_T204(start_cluster,cluster):
cluster.check_pbm_status()

client = pymongo.MongoClient(cluster.connection)
Expand Down

0 comments on commit 645a251

Please sign in to comment.