Skip to content

deps: update dependency com.google.cloud:sdk-platform-java-config to v3.43.0 #1763

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
temporarily disable ITMetrics
  • Loading branch information
diegomarquezp committed Feb 12, 2025
commit 907f79f34bad25d49175ea3c2222fd67b4f19684
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@
import com.google.common.collect.Sets;
import java.util.Iterator;
import java.util.Set;
import org.junit.Ignore;
import org.junit.Test;

@Ignore("Preventing temporary RESOURCE_EXHAUSTED problems")
public class ITMetricsTest extends BaseSystemTest {

@Test
Expand Down