Skip to content

Commit

Permalink
chore: StorageNativeCanaryTest.java to StorageNativeCanary.java
Browse files Browse the repository at this point in the history
Renaming to try and prevent it being picked up by unit tests
  • Loading branch information
BenWhitehead committed Jan 26, 2023
1 parent e40c0e6 commit cd3db5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion google-cloud-storage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@
Override the default match pattern for native image tests since we have a custom
test specifically for native image validation.
-->
<test>com.google.cloud.storage.it.StorageNativeCanaryTest</test>
<test>com.google.cloud.storage.it.StorageNativeCanary</test>
<!--
Temporary workaround to prevent -Penable-integration-tests along with -Pnative
from also running all integration tests during the integration-test phase.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
@CrossRun(
backends = {Backend.PROD},
transports = {Transport.HTTP, Transport.GRPC})
public final class StorageNativeCanaryTest {
public final class StorageNativeCanary {

private static final int _512KiB = 512 * 1024;
private static final int _256KiB = 256 * 1024;
Expand Down

0 comments on commit cd3db5e

Please sign in to comment.