mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-09 09:04:28 +00:00
test(smoke): mark test as read only (#15328)
This commit is contained in:
parent
b686d2b501
commit
cdb403e1f8
@ -9,6 +9,7 @@ This test verifies that:
|
|||||||
|
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
|
import pytest
|
||||||
import requests
|
import requests
|
||||||
|
|
||||||
from tests.utils import get_gms_url
|
from tests.utils import get_gms_url
|
||||||
@ -16,6 +17,7 @@ from tests.utils import get_gms_url
|
|||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
||||||
|
@pytest.mark.read_only
|
||||||
def test_datahub_request_count_metric_present():
|
def test_datahub_request_count_metric_present():
|
||||||
"""Test that the new datahub_request_count metric is present in Prometheus output."""
|
"""Test that the new datahub_request_count metric is present in Prometheus output."""
|
||||||
gms_url = get_gms_url()
|
gms_url = get_gms_url()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user