It consumes a lot of resources and can deadlock when running multiple nosv instances in parallel.
13 lines
352 B
Diff
13 lines
352 B
Diff
diff --git a/tests/Makefile.am b/tests/Makefile.am
|
|
index 2b986743..ae424087 100644
|
|
--- a/tests/Makefile.am
|
|
+++ b/tests/Makefile.am
|
|
@@ -55,7 +55,6 @@ regression_tests = regression-attach-is.test \
|
|
regression-parallel-tasks-submission.test
|
|
|
|
unit_tests = unit-backbone-pressure.test \
|
|
- unit-dtlock.test \
|
|
unit-ring-buffer.test \
|
|
unit-heap.test
|
|
|