@@ -23,7 +23,7 @@ namespace Checkout.Payments.Previous
23
23
{
24
24
public class RequestApmPaymentsIntegrationTest : AbstractPaymentsIntegrationTest
25
25
{
26
- [ Fact ]
26
+ [ Fact ( Skip = "unavailable" ) ]
27
27
private async Task ShouldMakeAliPayPayment ( )
28
28
{
29
29
var paymentRequest = new PaymentRequest
@@ -211,7 +211,7 @@ private async Task ShouldMakeEpsPayment()
211
211
source . Type ( ) . ShouldBe ( PaymentSourceType . EPS ) ;
212
212
}
213
213
214
- [ Fact ]
214
+ [ Fact ( Skip = "unavailable" ) ]
215
215
private async Task ShouldMakeFawryPayment ( )
216
216
{
217
217
var fawrySource = new RequestFawrySource
@@ -470,7 +470,7 @@ private async Task ShouldMakeRapiPagoPayment()
470
470
source . Type ( ) . ShouldBe ( PaymentSourceType . RapiPago ) ;
471
471
}
472
472
473
- [ Fact ]
473
+ [ Fact ( Skip = "unavailable" ) ]
474
474
private async Task ShouldMakeSofortPayment ( )
475
475
{
476
476
var sofortSource = new RequestSofortSource
@@ -508,7 +508,7 @@ private async Task ShouldMakeSofortPayment()
508
508
source . Type ( ) . ShouldBe ( PaymentSourceType . Sofort ) ;
509
509
}
510
510
511
- [ Fact ]
511
+ [ Fact ( Skip = "unavailable" ) ]
512
512
private async Task ShouldMakeKnetPayment ( )
513
513
{
514
514
var paymentRequest = new PaymentRequest
@@ -583,7 +583,7 @@ private async Task ShouldMakePrzelewy24Payment()
583
583
source . Type ( ) . ShouldBe ( PaymentSourceType . Przelewy24 ) ;
584
584
}
585
585
586
- [ Fact ]
586
+ [ Fact ( Skip = "unavailable" ) ]
587
587
private async Task ShouldMakePayPalPayment ( )
588
588
{
589
589
var paymentRequest = new PaymentRequest
@@ -614,7 +614,7 @@ private async Task ShouldMakePayPalPayment()
614
614
source . Type ( ) . ShouldBe ( PaymentSourceType . PayPal ) ;
615
615
}
616
616
617
- [ Fact ]
617
+ [ Fact ( Skip = "unavailable" ) ]
618
618
private async Task ShouldMakePoliPayment ( )
619
619
{
620
620
var paymentRequest = new PaymentRequest
@@ -678,7 +678,7 @@ private async Task ShouldMakeBancontactPayment()
678
678
source . Type ( ) . ShouldBe ( PaymentSourceType . Bancontact ) ;
679
679
}
680
680
681
- [ Fact ]
681
+ [ Fact ( Skip = "unavailable" ) ]
682
682
private async Task ShouldMakeQPayPayment ( )
683
683
{
684
684
var paymentRequest = new PaymentRequest
0 commit comments