Skip to content

Commit

Permalink
test: disable integration test (#1375)
Browse files Browse the repository at this point in the history
* test: disable integration test

* change to ignore

* ignore the class
  • Loading branch information
mutianf committed Sep 1, 2022
1 parent 930d043 commit 72a7387
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,14 @@
import org.junit.AfterClass;
import org.junit.BeforeClass;
import org.junit.ClassRule;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runners.JUnit4;

// TODO: re-enable this test
@RunWith(JUnit4.class)
@Ignore
public class BuiltinMetricsIT {
@ClassRule public static TestEnvRule testEnvRule = new TestEnvRule();
public static MetricServiceClient metricClient;
Expand Down

0 comments on commit 72a7387

Please sign in to comment.