From dddeb48356cdb238fc652fb11d4e56a8392f20c4 Mon Sep 17 00:00:00 2001 From: gbrodman Date: Tue, 21 Jun 2022 14:58:24 -0400 Subject: [PATCH] Ignore buggy gpg2 tests (#1675) See https://b.corp.google.com/issues/236723363 for more info. We're not sure why these are failing in Kokoro. --- .../java/google/registry/rde/GhostrydeGpgIntegrationTest.java | 3 ++- .../test/java/google/registry/rde/RydeGpgIntegrationTest.java | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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( "(◕‿◕)",