diff --git a/testsuite/expect/test10.13 b/testsuite/expect/test10.13
index dc0c2fcf6c609325691f23b6655a5ed289a8e02b..d36f3440a263297fa75481a0b39eed589493551d 100755
--- a/testsuite/expect/test10.13
+++ b/testsuite/expect/test10.13
@@ -44,6 +44,11 @@ set too_small     0
 
 print_header $test_id
 
+if { [test_bluegene] == 0 } {
+	send_user "\nWARNING: This test is only compatible with bluegene systems\n"
+	exit 0
+}
+
 if {[file exists $smap] == 0} {
 	send_user "\nWARNING: smap not installed\n"
 	exit 0
diff --git a/testsuite/expect/test10.5 b/testsuite/expect/test10.5
index 62f5bd3ccdb758a8f3e77932199bd264f76648e7..fb72775a53f1c1392491075d86a4dbc6277c44e5 100755
--- a/testsuite/expect/test10.5
+++ b/testsuite/expect/test10.5
@@ -42,6 +42,11 @@ set stuff         ""
 
 print_header $test_id
 
+if { [test_bluegene] == 0 } {
+	send_user "\nWARNING: This test is only compatible with bluegene systems\n"
+	exit 0
+}
+
 if {[file exists $smap] == 0} {
 	send_user "\nWARNING: smap not installed\n"
 	exit 0