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.
This commit is contained in:
gbrodman 2022-06-21 14:58:24 -04:00 committed by GitHub
parent c878679770
commit dddeb48356
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View file

@ -52,7 +52,8 @@ class GhostrydeGpgIntegrationTest {
RdeTestData.loadBytes("pgp-public-keyring.asc"),
RdeTestData.loadBytes("pgp-private-keyring-registry.asc"));
private static final ImmutableList<String> COMMANDS = ImmutableList.of("gpg", "gpg2");
// TODO(b/236723363) add in "gpg2" once we figure out why it's broken
private static final ImmutableList<String> COMMANDS = ImmutableList.of("gpg");
private static final ImmutableList<String> CONTENTS =
ImmutableList.of(
"(◕‿◕)",

View file

@ -60,7 +60,8 @@ public class RydeGpgIntegrationTest {
private final FakeKeyringModule keyringFactory = new FakeKeyringModule();
private static final ImmutableList<String> COMMANDS = ImmutableList.of("gpg", "gpg2");
// TODO(b/236723363) add in "gpg2" once we figure out why it's broken
private static final ImmutableList<String> COMMANDS = ImmutableList.of("gpg");
private static final ImmutableList<String> CONTENTS =
ImmutableList.of(
"(◕‿◕)",