PaymentSessionTest: Ignore test that has a hardcoded expiration date.

This commit is contained in:
Andreas Schildbach
2018-02-28 01:34:47 +01:00
parent 2aec06a281
commit 5ed7847a80

View File

@@ -25,6 +25,7 @@ import com.google.common.util.concurrent.ListenableFuture;
import com.google.protobuf.ByteString;
import org.bitcoin.protocols.payments.Protos;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import java.io.InputStream;
@@ -124,6 +125,7 @@ public class PaymentSessionTest {
}
@Test
@Ignore("certificate expired")
public void testPkiVerification() throws Exception {
InputStream in = getClass().getResourceAsStream("pki_test.bitcoinpaymentrequest");
Protos.PaymentRequest paymentRequest = Protos.PaymentRequest.newBuilder().mergeFrom(in).build();