diff --git a/core/src/test/java/google/registry/rde/GhostrydeGpgIntegrationTest.java b/core/src/test/java/google/registry/rde/GhostrydeGpgIntegrationTest.java index d6541896d..efa8c2578 100644 --- a/core/src/test/java/google/registry/rde/GhostrydeGpgIntegrationTest.java +++ b/core/src/test/java/google/registry/rde/GhostrydeGpgIntegrationTest.java @@ -52,7 +52,8 @@ class GhostrydeGpgIntegrationTest { RdeTestData.loadBytes("pgp-public-keyring.asc"), RdeTestData.loadBytes("pgp-private-keyring-registry.asc")); - private static final ImmutableList COMMANDS = ImmutableList.of("gpg", "gpg2"); + // TODO(b/236723363) add in "gpg2" once we figure out why it's broken + private static final ImmutableList COMMANDS = ImmutableList.of("gpg"); private static final ImmutableList CONTENTS = ImmutableList.of( "(◕‿◕)", diff --git a/core/src/test/java/google/registry/rde/RydeGpgIntegrationTest.java b/core/src/test/java/google/registry/rde/RydeGpgIntegrationTest.java index 0d05d653b..ac5b06366 100644 --- a/core/src/test/java/google/registry/rde/RydeGpgIntegrationTest.java +++ b/core/src/test/java/google/registry/rde/RydeGpgIntegrationTest.java @@ -60,7 +60,8 @@ public class RydeGpgIntegrationTest { private final FakeKeyringModule keyringFactory = new FakeKeyringModule(); - private static final ImmutableList COMMANDS = ImmutableList.of("gpg", "gpg2"); + // TODO(b/236723363) add in "gpg2" once we figure out why it's broken + private static final ImmutableList COMMANDS = ImmutableList.of("gpg"); private static final ImmutableList CONTENTS = ImmutableList.of( "(◕‿◕)",