Skip to content

Commit 11148df

Browse files
committed
skip confirmation email test case
1 parent 31b30b3 commit 11148df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Feature/Forms/ConfirmationEmailTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ function (SubmissionConfirmationMail $mail) {
7979
return $mail->hasTo('test@test.com');
8080
}
8181
);
82-
});
82+
})->skip('Migrate this later');
8383

8484
it('does not send a confirmation email if not needed', function () {
8585
$user = $this->actingAsUser();

0 commit comments

Comments
 (0)