Skip to content

Commit

Permalink
Re #118: Reenabled test with Grafana Cloud (disabled by accident).
Browse files Browse the repository at this point in the history
  • Loading branch information
tkowalcz committed Sep 3, 2023
1 parent 4901f42 commit ce34284
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import org.apache.commons.lang3.RandomStringUtils;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;

import static org.hamcrest.CoreMatchers.*;
Expand All @@ -13,7 +12,6 @@
class GrafanaCloudAppenderTest {

@Test
@Disabled
void shouldSendData() {
// Given
System.setProperty("loki.host", "logs-prod-us-central1.grafana.net");
Expand Down

0 comments on commit ce34284

Please sign in to comment.