mirror of
https://github.com/google/nomulus.git
synced 2025-07-26 20:48:36 +02: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:
parent
c878679770
commit
dddeb48356
2 changed files with 4 additions and 2 deletions
|
@ -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(
|
||||
"(◕‿◕)",
|
||||
|
|
|
@ -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(
|
||||
"(◕‿◕)",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue