--- a/t/02_replicate_row.t
+++ b/t/02_replicate_row.t
@@ -138,6 +138,8 @@ else {
     exit;
 }
 
+TODO: {
+local $TODO = "MRTG output testing is unstable";
 $t=qq{$S works when rows match, with MRTG output};
 $dbh->commit();
 if (fork) {
@@ -151,6 +153,7 @@ else {
     $dbh2->commit();
     exit;
 }
+}
 
 $t=qq{$S works when rows match, with simple output};
 $dbh->commit();
