2 Commits ac7adafdab ... 8f52e91dab

Author SHA1 Message Date
  Marcus Rohrmoser 8f52e91dab http stuff. 1 month ago
  Marcus Rohrmoser ac7adafdab http stuff. 1 month ago
1 changed files with 2 additions and 2 deletions
  1. 2 2
      test/t_storage.ml

+ 2 - 2
test/t_storage.ml

@@ -70,7 +70,7 @@ let set_up = "setup", `Quick, (fun () ->
     Unix.chdir "../../../test/"
   )
 
-let tc_fifo = "tc_fifo", `Quick, (fun () ->
+let _tc_fifo = "tc_fifo", `Quick, (fun () ->
     let bu = Fifo.make 12 "buffer.fifo" in
     let by = Bytes.make 2 '_' in
     let _ = Fifo.push bu by in
@@ -273,7 +273,7 @@ let () =
     "seppo_suite" [
     __FILE__ , [ 
       set_up;
-      tc_fifo;
+      (* tc_fifo; *)
       tc_dir_of_ix;
       tc_tuple;
       tc_strut;