From 0a6862d2071bdb32d702bc079334b4179a7b3b4a Mon Sep 17 00:00:00 2001 From: mpeddada1 Date: Fri, 14 Jun 2024 17:32:54 +0000 Subject: [PATCH] change back to original name --- .../com/google/cloud/tools/jib/api/JibIntegrationTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jib-core/src/integration-test/java/com/google/cloud/tools/jib/api/JibIntegrationTest.java b/jib-core/src/integration-test/java/com/google/cloud/tools/jib/api/JibIntegrationTest.java index cef92a8f68..e3b6c7b2d6 100644 --- a/jib-core/src/integration-test/java/com/google/cloud/tools/jib/api/JibIntegrationTest.java +++ b/jib-core/src/integration-test/java/com/google/cloud/tools/jib/api/JibIntegrationTest.java @@ -349,10 +349,10 @@ public void testBasic_jibImageToDockerDaemon() } @Test - public void testBasic_jibImageToDockerDaemon_arm64BaseImage() + public void testBasic_jibImageToDockerDaemon_arm64() throws IOException, InterruptedException, InvalidImageReferenceException, ExecutionException, RegistryException, CacheDirectoryCreationException { - System.out.println("testBasic_jibImageToDockerDaemon_arm64BaseImage() 2"); + System.out.println("testBasic_jibImageToDockerDaemon_arm64"); // Use arm64v8/busybox as base image. String toImage = dockerHost + ":5000/docker-daemon-mismatched-arch";