Skip to content

Commit

Permalink
CA-316165: workaround - disable nondeterministic unit test
Browse files Browse the repository at this point in the history
It uses Thread.delay and assumes that events get processed within 0.4s.
That may not be enough if the CI is under high load.

Should be replaced with looking for events and a (larger) timeout
instead. Disable for now to restore build stability.

Signed-off-by: Edwin Török <edvin.torok@citrix.com>
  • Loading branch information
edwintorok authored and lindig committed May 2, 2019
1 parent d6a5652 commit 5db7077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocaml/tests/suite_alcotest.ml
Expand Up @@ -50,6 +50,6 @@ let () =
; "Test_vm_placement", Test_vm_placement.test
; "Test_vm_memory_constraints", Test_vm_memory_constraints.test
; "Test_xapi_xenops", Test_xapi_xenops.test
; "Test_network_event_loop", Test_network_event_loop.test
(* ; "Test_network_event_loop", Test_network_event_loop.test disabled due to CA-316165 *)
]

0 comments on commit 5db7077

Please sign in to comment.