mirror of
https://codeberg.org/PGPainless/wkd-java.git
synced 2024-11-22 07:12:05 +01:00
Disable TestFetchKeysFromGithubPages by default
External users might not expect the test suite to contact GH pages
This commit is contained in:
parent
851c14c685
commit
79af7ccab6
1 changed files with 3 additions and 1 deletions
|
@ -5,12 +5,14 @@
|
|||
package pgp.wkd.cli.online_test_vectors;
|
||||
|
||||
import com.ginsberg.junit.exit.ExpectSystemExitWithStatus;
|
||||
import org.junit.jupiter.api.Disabled;
|
||||
import org.junit.jupiter.api.Test;
|
||||
import pgp.wkd.cli.WKDCLI;
|
||||
|
||||
import static org.junit.jupiter.api.Assertions.assertEquals;
|
||||
|
||||
public class GithubPagesTestVectors extends RedirectSystemStreamsTest {
|
||||
@Disabled("For privacy reasons")
|
||||
public class TestFetchKeysFromGithubPages extends RedirectSystemStreamsTest {
|
||||
|
||||
// Valid WKD publication.
|
||||
// Cert is available at https://pgpainless.github.io/.well-known/openpgpkey/hu/eprjcbeppbna3f6xabhtpddzpn41nknw
|
Loading…
Reference in a new issue