about summary refs log tree commit homepage
diff options
context:
space:
mode:
-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