diff --git a/Inst_eddies/Tests/long_tests.json b/Inst_eddies/Tests/long_tests.json
index 481ef6cbb222c1565b461576b3c183fe2e5346cc..deb2cf47d35479255fbe14e5c20ac53a0c9f81b5 100644
--- a/Inst_eddies/Tests/long_tests.json
+++ b/Inst_eddies/Tests/long_tests.json
@@ -56,5 +56,17 @@
 	],
 	"input": "&main_nml /\n",
 	"description": "Same as Extraction_eddies_region_4 with larger domain."
+    },
+    {
+        "input": "&main_nml /\n",
+        "required": ["$src_dir/Inst_eddies/Tests/Input/main_nml.txt"],
+        "title": "Extraction_eddies_region_2_noise",
+        "command":
+	[
+	    "$build_dir/Inst_eddies/inst_eddies.py", "-b", "1.625", "15.625",
+	    "-38.375", "-30.375",
+	    "/proju/lmd-oce/data/AVISO/DT_2018/2006/01/dt_global_allsat_phy_l4_20060101_20190101.nc",
+	    "dt_global_allsat_phy_l4_%Y%m%d_20190101.nc", "-l", "20060115"
+	]
     }
 ]    
diff --git a/Inst_eddies/Tests/short_tests.json b/Inst_eddies/Tests/short_tests.json
index 4b4de869548393088bba73df03d175398d3a21f5..836e0b74827c5c307a35a85cc10f4738389ada3c 100644
--- a/Inst_eddies/Tests/short_tests.json
+++ b/Inst_eddies/Tests/short_tests.json
@@ -290,18 +290,6 @@
             "$build_dir/Inst_eddies/inst_eddies"
         ]
     },
-    {
-        "input": "&main_nml /\n",
-        "required": [
-            ["$src_dir/Inst_eddies/Tests/Input/h_region_2.nc", "h.nc"],
-            ["$src_dir/Inst_eddies/Tests/Input/uv_region_2.nc", "uv.nc"]
-        ],
-        "title": "Extraction_eddies_region_2_noise",
-        "commands": [
-            ["mkdir", "SHPC_cyclo", "SHPC_anti"],
-            "$build_dir/Inst_eddies/inst_eddies"
-        ]
-    },
     {
         "description": "Part of the domain has missing values.",
         "required": ["$src_dir/Inst_eddies/Tests/Input/main_nml.txt"],