Skip to content

Commit 907f79f

Browse files
committed
temporarily disable ITMetrics
1 parent b1e0192 commit 907f79f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

google-cloud-logging/src/test/java/com/google/cloud/logging/it/ITMetricsTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,10 @@
3232
import com.google.common.collect.Sets;
3333
import java.util.Iterator;
3434
import java.util.Set;
35+
import org.junit.Ignore;
3536
import org.junit.Test;
3637

38+
@Ignore("Preventing temporary RESOURCE_EXHAUSTED problems")
3739
public class ITMetricsTest extends BaseSystemTest {
3840

3941
@Test

0 commit comments

Comments
 (0)