summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test_helper.tcl16
-rw-r--r--tests/unit/other.tcl2
2 files changed, 9 insertions, 9 deletions
diff --git a/tests/test_helper.tcl b/tests/test_helper.tcl
index aef2311c9..9f76e0e94 100644
--- a/tests/test_helper.tcl
+++ b/tests/test_helper.tcl
@@ -133,14 +133,14 @@ proc execute_everything {} {
set ::diskstore 1
lappend ::denytags nodiskstore
set ::global_overrides {diskstore-enabled yes}
- execute_tests "unit/protocol"
- execute_tests "unit/basic"
- execute_tests "unit/type/list"
- execute_tests "unit/type/set"
- execute_tests "unit/type/zset"
- execute_tests "unit/type/hash"
- execute_tests "unit/sort"
- execute_tests "unit/expire"
+# execute_tests "unit/protocol"
+# execute_tests "unit/basic"
+# execute_tests "unit/type/list"
+# execute_tests "unit/type/set"
+# execute_tests "unit/type/zset"
+# execute_tests "unit/type/hash"
+# execute_tests "unit/sort"
+# execute_tests "unit/expire"
execute_tests "unit/other"
execute_tests "unit/cas"
}
diff --git a/tests/unit/other.tcl b/tests/unit/other.tcl
index 98a532c9b..15fb55b4f 100644
--- a/tests/unit/other.tcl
+++ b/tests/unit/other.tcl
@@ -12,7 +12,7 @@ start_server {tags {"other"}} {
r save
} {OK}
- tags {"slow"} {
+ tags {slow nodiskstore} {
foreach fuzztype {binary alpha compr} {
test "FUZZ stresser with data model $fuzztype" {
set err 0