tests/test-verify.t
changeset 51237 49b00a04028f
parent 49827 d09a57ce6fc4
child 51253 96e05f1a99bd
--- a/tests/test-verify.t	Tue Oct 31 17:58:56 2023 +0100
+++ b/tests/test-verify.t	Sun Oct 29 18:35:32 2023 +0100
@@ -335,6 +335,9 @@
   checked 1 changesets with 1 changes to 1 files
   $ cd ..
 
+# rust index does not allow creation of new flags dynamically
+#if no-rust
+
 test flag processor and skipflags
 
   $ hg init skipflags
@@ -363,3 +366,4 @@
   [1]
   $ hg verify --config verify.skipflags=2147483647 -q
 
+#endif