Skip to content

Commit

Permalink
ci: reduce compute integration tests (#11038)
Browse files Browse the repository at this point in the history
  • Loading branch information
burkedavison authored Jul 30, 2024
1 parent 65c3d2c commit 9044efd
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 556 deletions.
12 changes: 3 additions & 9 deletions java-compute/google-cloud-compute/pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?xml version='1.0' encoding='UTF-8'?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-compute</artifactId>
Expand Down Expand Up @@ -77,12 +79,4 @@
<scope>test</scope>
</dependency>
</dependencies>
<profiles>
<profile>
<id>native</id>
<properties>
<test>com.google.cloud.compute.v1.integration.ITAddressesTest</test>
</properties>
</profile>
</profiles>
</project>

This file was deleted.

This file was deleted.

Loading

0 comments on commit 9044efd

Please sign in to comment.