diff --git a/test/stressRooFit_tests.h b/test/stressRooFit_tests.h
index cd011de5b2f32f7f4a9644e69323d5d9337c841f..f77d460e53b3006839bf4a68d499cc2469b9ddd1 100644
--- a/test/stressRooFit_tests.h
+++ b/test/stressRooFit_tests.h
@@ -6079,7 +6079,7 @@ public:
   // to speed up the study at the expemse of some precision
 
   RooMCStudy* mcstudy = new RooMCStudy(model,x,Binned(kTRUE),Silence(),Extended(),
-                                       FitOptions(Save(kTRUE),PrintEvalErrors(0))) ;
+                                       FitOptions(Save(kTRUE),PrintEvalErrors(0),BatchMode(_batchMode))) ;
 
 
   // G e n e r a t e   a n d   f i t   e v e n t s
@@ -6299,7 +6299,7 @@ public:
   // Configure manager to perform binned extended likelihood fits (Binned(),Extended()) on data generated
   // with a Poisson fluctuation on Nobs (Extended())
   RooMCStudy* mcs = new RooMCStudy(model,mjjj,Binned(),Silence(),Extended(kTRUE),
-                                   FitOptions(Extended(kTRUE),PrintEvalErrors(-1))) ;
+                                   FitOptions(Extended(kTRUE),PrintEvalErrors(-1),BatchMode(_batchMode))) ;