Skip to content

Commit

Permalink
Skip Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
3m1n3nc3 committed Feb 6, 2024
1 parent 8e7edf2 commit 7e3d406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Feature/SendSmsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
expect(fn () => $user->notify(new SendSms("Hello {$user->name}! This is test SMS.")))
->not()
->toThrow(\Exception::class);
});//->skip('Skipped for cost saving.');
})->skip('Skipped for cost saving.');

test('user can recieve voice call.', function () {
$user = User::factory()->create();
Expand Down

0 comments on commit 7e3d406

Please sign in to comment.