Revert "Disable nosv dtlock test"

This reverts commit 8b2d1640d717eb0c2f7bdd1e2b6cfe0610418644.
This commit is contained in:
Aleix Boné 2025-10-23 15:53:54 +02:00
parent 7e27e7a5b0
commit efbe3e60e5
No known key found for this signature in database
2 changed files with 0 additions and 14 deletions

View File

@ -1,12 +0,0 @@
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

View File

@ -17,8 +17,6 @@ let
src = nosv;
version = getVersion nosv;
patches = (old.patches or []) ++ [ ./nosv-disable-dtlock-test.patch ];
doCheck = true;
inherit requiredSystemFeatures;
});