1
0
mirror of https://github.com/google/nomulus synced 2026-02-09 06:20:29 +00:00

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
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(
"(◕‿◕)",