We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31b30b3 commit 11148dfCopy full SHA for 11148df
tests/Feature/Forms/ConfirmationEmailTest.php
@@ -79,7 +79,7 @@ function (SubmissionConfirmationMail $mail) {
79
return $mail->hasTo('test@test.com');
80
}
81
);
82
-});
+})->skip('Migrate this later');
83
84
it('does not send a confirmation email if not needed', function () {
85
$user = $this->actingAsUser();
0 commit comments