Skip to content

Commit cdb403e

Browse files
authored
test(smoke): mark test as read only (#15328)
1 parent b686d2b commit cdb403e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

smoke-test/tests/metrics/test_metrics.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,15 @@
99

1010
import logging
1111

12+
import pytest
1213
import requests
1314

1415
from tests.utils import get_gms_url
1516

1617
logger = logging.getLogger(__name__)
1718

1819

20+
@pytest.mark.read_only
1921
def test_datahub_request_count_metric_present():
2022
"""Test that the new datahub_request_count metric is present in Prometheus output."""
2123
gms_url = get_gms_url()

0 commit comments

Comments
 (0)