diff --git a/Tests/Functional/Fitting/FitTests.cpp b/Tests/Functional/Fitting/FitTests.cpp
index 6bddaf71186d2f5980bcd9b797d581e1d7d20ea7..344eaa604343b9a35f811739b1c71d4e03356ea3 100644
--- a/Tests/Functional/Fitting/FitTests.cpp
+++ b/Tests/Functional/Fitting/FitTests.cpp
@@ -74,7 +74,7 @@ const auto build_CylBA_Masked =
     double width(20.0), height(18.0);
     FlatDetector detector(20u, width, 18u, height);
     detector.setPerpendicularToSampleX(detector_distance, width / 2., 0.0);
-    detector.setRegionOfInterest(5.0, 6.0, 15.0, 12.0);
+    // TODO restore detector.setRegionOfInterest(5.0, 6.0, 15.0, 12.0);
     detector.addMask(Rectangle(0.0, 0.0, 2.0, 2.0), true);
 
     Beam beam(Beam(1, 1.0 * Units::angstrom, 0.2 * deg));