mirror of
https://github.com/google/nomulus
synced 2026-09-18 22:14:23 +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:
@@ -52,7 +52,8 @@ class GhostrydeGpgIntegrationTest {
|
|||||||
RdeTestData.loadBytes("pgp-public-keyring.asc"),
|
RdeTestData.loadBytes("pgp-public-keyring.asc"),
|
||||||
RdeTestData.loadBytes("pgp-private-keyring-registry.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 =
|
private static final ImmutableList<String> CONTENTS =
|
||||||
ImmutableList.of(
|
ImmutableList.of(
|
||||||
"(◕‿◕)",
|
"(◕‿◕)",
|
||||||
|
|||||||
@@ -60,7 +60,8 @@ public class RydeGpgIntegrationTest {
|
|||||||
|
|
||||||
private final FakeKeyringModule keyringFactory = new FakeKeyringModule();
|
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 =
|
private static final ImmutableList<String> CONTENTS =
|
||||||
ImmutableList.of(
|
ImmutableList.of(
|
||||||
"(◕‿◕)",
|
"(◕‿◕)",
|
||||||
|
|||||||
Reference in New Issue
Block a user