Skip to content

Commit

Permalink
Mark MongoDB integration test as flaky (#19389)
Browse files Browse the repository at this point in the history
* Mark MongoDB integration test as flaky

* Lint
  • Loading branch information
Kyle-Neale authored Jan 14, 2025
1 parent 18d32c1 commit c31d8c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mongo/tests/test_integration_shard.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ def test_mongo_arbiter(aggregator, check, instance_arbiter, dd_run_check):
aggregator.assert_metric(metric, value, expected_tags, count=1)


@pytest.mark.flaky
def test_mongo_replset(instance_shard, aggregator, check, dd_run_check):
mongo_check = check(instance_shard)
dd_run_check(mongo_check)
Expand Down

0 comments on commit c31d8c2

Please sign in to comment.