Skip to content

Commit f050e87

Browse files
committed
temporarily disabled the binary format test file to test for OOM issue on opam-coq's CI
1 parent c6e30c7 commit f050e87

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

theories/binary_format_tests.v

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
(** Tests for the binary parser. **)
2+
(* Commented out temporarily to test for OOM issues
23
Require Import Strings.Byte.
34
From parseque Require Import Parseque.
45
Require Import BinNat.
@@ -186,3 +187,4 @@ Definition module_tableops := {|
186187
Lemma module_tableops_exported_round_trip :
187188
run_parse_module (binary_of_module module_tableops) = Some module_tableops.
188189
Proof. vm_compute. reflexivity. Qed.
190+
*)

0 commit comments

Comments
 (0)