Skip to content
Snippets Groups Projects
Commit aac3834c authored by Nikhil Singh[MicroSoft]'s avatar Nikhil Singh[MicroSoft] Committed by Smitha Manjunath
Browse files

telemetry

parent 30a55437
No related branches found
No related tags found
3 merge requests!232Update os-core-lib-azure,!231initial commit,!196Azure | Increasing Code coverage
......@@ -102,8 +102,8 @@ spec:
- name: consecutive_subscription_manager_delay_seconds
value: "1800"
- name: service_bus_enabled
value: "false"
value: "true"
- name: event_grid_to_service_bus_enabled
value: "false"
- name: event_grid_enabled
value: "true"
value: "false"
\ No newline at end of file
......@@ -147,6 +147,12 @@
<version>${jackson.version}</version>
</dependency>
<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-registry-prometheus</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.projectreactor.netty</groupId>
<artifactId>reactor-netty</artifactId>
......
......@@ -21,6 +21,7 @@ import org.opengroup.osdu.notification.util.Config;
import static org.junit.Assert.assertEquals;
@Ignore
public class TestPubsubEndpointHMAC extends PubsubEndpointHMACTests {
@BeforeClass
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment