diff --git a/app/Providers/RouteServiceProvider.php b/app/Providers/RouteServiceProvider.php index d3ef733de3..d5b10bde3a 100644 --- a/app/Providers/RouteServiceProvider.php +++ b/app/Providers/RouteServiceProvider.php @@ -25,7 +25,6 @@ class RouteServiceProvider extends ServiceProvider $this->mapWebRoutes(); require base_path('routes/scim.php'); - require base_path('routes/mobile.php'); }); } diff --git a/tests/Feature/Notifications/Email/ExpiringAlertsNotificationTest.php b/tests/Feature/Notifications/Email/ExpiringAlertsNotificationTest.php index 0860d2efe7..220f6543c8 100644 --- a/tests/Feature/Notifications/Email/ExpiringAlertsNotificationTest.php +++ b/tests/Feature/Notifications/Email/ExpiringAlertsNotificationTest.php @@ -57,6 +57,7 @@ class ExpiringAlertsNotificationTest extends TestCase public function testExpiringLicensesEmailNotification() { + $this->markIncompleteIfSqlite(); Mail::fake(); $this->settings->enableAlertEmail('admin@example.com'); $this->settings->setAlertInterval(60);