X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=regressions%2FMakefile.am;h=b01d3a5a181b8077afbc81b723ec87479ed99598;hp=6527e063bc224ce33a556bace1aaefdb769e5d6b;hb=f4d996fd26762053d68f46de5790aae893f03d38;hpb=33b638109ed66ea360b53b80b1f407b3a5f5ec39 diff --git a/regressions/Makefile.am b/regressions/Makefile.am index 6527e06..b01d3a5 100644 --- a/regressions/Makefile.am +++ b/regressions/Makefile.am @@ -33,6 +33,7 @@ TESTS = \ rhbz578407.sh \ rhbz580246.sh \ test-add-domain.sh \ + test-both-ends-cancel.sh \ test-cancellation-download-librarycancels.sh \ test-cancellation-upload-daemoncancels.sh \ test-copy.sh \ @@ -59,7 +60,6 @@ SKIPPED_TESTS = \ test-bootbootboot.sh FAILING_TESTS = \ - test-both-ends-cancel.sh \ test-qemudie-launchfail.sh random_val := $(shell awk 'BEGIN{srand(); print 1+int(255*rand())}' < /dev/null)