diff --git a/features/bootstrap/AcknowledgementContext.php b/features/bootstrap/AcknowledgementContext.php
index 8b496bec86662e9b26c91a1cd861a168876618a4..db7ba83fc4680f9c3accd616e5ff95c8e8c4c74b 100644
--- a/features/bootstrap/AcknowledgementContext.php
+++ b/features/bootstrap/AcknowledgementContext.php
@@ -53,6 +53,16 @@ class AcknowledgementContext extends CentreonContext
         ));
         $page->save();
         $this->restartAllPollers();
+
+        $page = new MonitoringServicesPage($this);
+        $this->spin(
+            function ($context) use ($page) {
+                $page->scheduleImmediateCheckForcedOnService('_Module_Meta', 'meta_1');
+                return true;
+            },
+            'Could not schedule check.'
+        );
+
         $this->spin(
             function ($context) {
                 $page = new ServiceMonitoringDetailsPage(