Skip to content

Commit

Permalink
Merge pull request #940 from jitendrapurohit/skip-stripe-test
Browse files Browse the repository at this point in the history
  • Loading branch information
KarinG authored Jan 30, 2024
2 parents 6a466fe + d07b2b7 commit 7f2fb11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/src/FunctionalJavascript/StripeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ protected function setUp(): void {
* Verifies the payment with 1 contribution and 2 line item amounts.
*/
public function testSubmitContribution() {
$this->markTestSkipped('Test Keys Expired.');
$this->drupalLogin($this->adminUser);
$this->drupalGet(Url::fromRoute('entity.webform.civicrm', [
'webform' => $this->webform->id(),
Expand Down Expand Up @@ -77,6 +78,7 @@ public function testSubmitContribution() {
* Test webform submission using stripe processor with AJAX enabled.
*/
public function testAjaxSubmitContribution() {
$this->markTestSkipped('Test Keys Expired.');
// Stripe payment logs a console ajax error.
$this->failOnJavascriptConsoleErrors = FALSE;

Expand Down

0 comments on commit 7f2fb11

Please sign in to comment.