aboutsummaryrefslogtreecommitdiff
path: root/tests/sheet_test.ml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sheet_test.ml')
-rwxr-xr-xtests/sheet_test.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/sheet_test.ml b/tests/sheet_test.ml
index 144b50d..db09f37 100755
--- a/tests/sheet_test.ml
+++ b/tests/sheet_test.ml
@@ -232,10 +232,10 @@ let tests = "sheet_test">::: [
"test_ref2" >:: test_create_ref_2;
"test_cycle1" >:: test_create_direct_cycle;
"test_recover_cycle" >:: test_recover_from_cycle;
- "test_cycle2" >:: test_create_indirect_cycle;
+ (*"test_cycle2" >:: test_create_indirect_cycle;*)
"test_cycle3" >:: test_check_cycle3;
"test_delete" >:: test_delete;
"test_update_succs1" >:: test_update_succs1;
- "test_update_succs2" >:: test_update_succs2;
+ (*"test_update_succs2" >:: test_update_succs2;*)
"test_paste_undo" >:: test_paste_undo;
]