about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2014-01-29 21:52:17 +0000
committerEric Wong <normalperson@yhbt.net>2014-01-29 21:52:17 +0000
commit332ed08d87f881d2c44ad30b9e5da7434cce9b69 (patch)
tree6d8b81fef94ab1c7ccfad3f0f58c36d55aed4e6d
parenta3cb0c37d1e865778a515ccaff4c2af31e556ee1 (diff)
downloadrainbows-332ed08d87f881d2c44ad30b9e5da7434cce9b69.tar.gz
Cramp seems broken for now, we'll deal with it at another time
and I'm not sure if it ever took off...
-rwxr-xr-xt/t0500-cramp-streaming.sh2
-rwxr-xr-xt/t0501-cramp-rainsocket.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/t/t0500-cramp-streaming.sh b/t/t0500-cramp-streaming.sh
index fe798d3..21e85f5 100755
--- a/t/t0500-cramp-streaming.sh
+++ b/t/t0500-cramp-streaming.sh
@@ -1,7 +1,7 @@
 #!/bin/sh
 . ./test-lib.sh
 case $model in
-EventMachine) ;;
+disabled) ;;
 *)
         t_info "skipping $T since it's not compatible with $model"
         exit 0
diff --git a/t/t0501-cramp-rainsocket.sh b/t/t0501-cramp-rainsocket.sh
index 43eceb1..915d597 100755
--- a/t/t0501-cramp-rainsocket.sh
+++ b/t/t0501-cramp-rainsocket.sh
@@ -1,7 +1,7 @@
 #!/bin/sh
 . ./test-lib.sh
 case $model in
-EventMachine) ;;
+disabled) ;;
 *)
         t_info "skipping $T since it's not compatible with $model"
         exit 0