diff --git a/src/test/scala/eu/nomad_lab/parsers/LammpsParserSpec.scala b/src/test/scala/eu/nomad_lab/parsers/LammpsParserSpec.scala
index 3833f7b516f0085a0456a1bad01697faf0b0ff5e..ca7b54601a2476cd90677521fe3c858d848e2de8 100644
--- a/src/test/scala/eu/nomad_lab/parsers/LammpsParserSpec.scala
+++ b/src/test/scala/eu/nomad_lab/parsers/LammpsParserSpec.scala
@@ -45,7 +45,7 @@ object LammpsParserSpec2 extends Specification {
 //     }
 //   }
 // }
-
+//
 object LammpsParserSpec4 extends Specification {
   "LammpsParserTest4" >> {
     "test with json-events 4" >> {
@@ -56,26 +56,47 @@ object LammpsParserSpec4 extends Specification {
     }
   }
 }
-
-object LammpsParserSpec5 extends Specification {
-  "LammpsParserTest5" >> {
-    "test with json-events 5" >> {
-      ParserRun.parse(LammpsParser, "parsers/lammps/test/examples/methane_MD_traj/log.methane_nvt_traj_dcd_thermo_style_custom", "json-events") must_== ParseResult.ParseSuccess
-    }
-    "test with json 5" >> {
-      ParserRun.parse(LammpsParser, "parsers/lammps/test/examples/methane_MD_traj/log.methane_nvt_traj_dcd_thermo_style_custom", "json") must_== ParseResult.ParseSuccess
-    }
-  }
-}
-
-object LammpsParserSpec6 extends Specification {
-  "LammpsParserTest6" >> {
-    "test with json-events 6" >> {
-      ParserRun.parse(LammpsParser, "parsers/lammps/test/examples/methane_MD_traj/log.methane_nvt_traj_xtc_thermo_style_custom", "json-events") must_== ParseResult.ParseSuccess
-    }
-    "test with json 6" >> {
-      ParserRun.parse(LammpsParser, "parsers/lammps/test/examples/methane_MD_traj/log.methane_nvt_traj_xtc_thermo_style_custom", "json") must_== ParseResult.ParseSuccess
-    }
-  }
-}
-
+//
+//object LammpsParserSpec5 extends Specification {
+//  "LammpsParserTest5" >> {
+//    "test with json-events 5" >> {
+//      ParserRun.parse(LammpsParser, "parsers/lammps/test/examples/methane_MD_traj/log.methane_nvt_traj_atom_thermo_style_custom", "json-events") must_== ParseResult.ParseSuccess
+//    }
+//    "test with json 5" >> {
+//      ParserRun.parse(LammpsParser, "parsers/lammps/test/examples/methane_MD_traj/log.methane_nvt_traj_atom_thermo_style_custom", "json") must_== ParseResult.ParseSuccess
+//    }
+//  }
+//}
+//
+//object LammpsParserSpec6 extends Specification {
+//  "LammpsParserTest6" >> {
+//    "test with json-events 6" >> {
+//      ParserRun.parse(LammpsParser, "parsers/lammps/test/examples/methane_MD_traj/log.methane_nvt_traj_atom_unscaled_image_flags_thermo_style_custom", "json-events") must_== ParseResult.ParseSuccess
+//    }
+//    "test with json 6" >> {
+//      ParserRun.parse(LammpsParser, "parsers/lammps/test/examples/methane_MD_traj/log.methane_nvt_traj_atom_unscaled_image_flags_thermo_style_custom", "json") must_== ParseResult.ParseSuccess
+//    }
+//  }
+//}
+//
+//object LammpsParserSpec7 extends Specification {
+//  "LammpsParserTest7" >> {
+//    "test with json-events 7" >> {
+//      ParserRun.parse(LammpsParser, "parsers/lammps/test/examples/methane_MD_traj/log.methane_nvt_traj_lammpstrj_thermo_style_custom", "json-events") must_== ParseResult.ParseSuccess
+//    }
+//    "test with json 7" >> {
+//      ParserRun.parse(LammpsParser, "parsers/lammps/test/examples/methane_MD_traj/log.methane_nvt_traj_lammpstrj_thermo_style_custom", "json") must_== ParseResult.ParseSuccess
+//    }
+//  }
+//}
+//
+//object LammpsParserSpec8 extends Specification {
+//  "LammpsParserTest8" >> {
+//    "test with json-events 8" >> {
+//      ParserRun.parse(LammpsParser, "parsers/lammps/test/examples/methane_MD_traj/log.methane_nvt_traj_xyz_thermo_style_custom", "json-events") must_== ParseResult.ParseSuccess
+//    }
+//    "test with json 8" >> {
+//      ParserRun.parse(LammpsParser, "parsers/lammps/test/examples/methane_MD_traj/log.methane_nvt_traj_xyz_thermo_style_custom", "json") must_== ParseResult.ParseSuccess
+//    }
+//  }
+//}
\ No newline at end of file