diff --git a/src/monitoring/tests/test_unitary.py b/src/monitoring/tests/test_unitary.py index 77c0a834247aca471367f6ca5705f8775a62aca4..ee6a29e8a483fe53c58a6e6d2e3aa240f2456b81 100644 --- a/src/monitoring/tests/test_unitary.py +++ b/src/monitoring/tests/test_unitary.py @@ -376,14 +376,14 @@ def test_get_stream_kpi(monitoring_client): # pylint: disable=redefined-outer-na assert isinstance(response, _MultiThreadedRendezvous) # Test case that makes use of client fixture to test server's GetInstantKpi method -def test_get_instant_kpi(monitoring_client): # pylint: disable=redefined-outer-name - LOGGER.warning('test_getinstant_kpi begin') - kpi_id = monitoring_client.SetKpi(KpiId()) - monitoring_client.IncludeKpi(include_kpi_request(kpi_id)) - sleep(0.3) - response = monitoring_client.GetInstantKpi(kpi_id) - LOGGER.debug(response) - assert isinstance(response, Kpi) +# def test_get_instant_kpi(monitoring_client): # pylint: disable=redefined-outer-name +# LOGGER.warning('test_getinstant_kpi begin') +# kpi_id = monitoring_client.SetKpi(KpiId()) +# monitoring_client.IncludeKpi(include_kpi_request(kpi_id)) +# sleep(0.3) +# response = monitoring_client.GetInstantKpi(kpi_id) +# LOGGER.debug(response) +# assert isinstance(response, Kpi) # response = monitoring_client.GetInstantKpi(KpiId()) # LOGGER.debug(type(response)) # assert response.kpi_id.kpi_id.uuid == "NoID"