Skip to content

Commit

Permalink
Revert "Revert "Revert "Revert "Skip Stripe tests"" (#988)" (#989)"
Browse files Browse the repository at this point in the history
This reverts commit 8f3865d.
  • Loading branch information
KarinG authored Sep 4, 2024
1 parent d6e599a commit 75590da
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 75590da

Please sign in to comment.