test: Mark TEST-21-DFUZZER as slow and skip it by default

The test is not really useful without sanitizers, so let's mark it
as slow and not run it by default in CI.
This commit is contained in:
Daan De Meyer 2024-05-07 15:21:27 +02:00
parent f1f87f3b2e
commit 0d13ca5544

View file

@ -3,4 +3,5 @@
test_params += {
'timeout' : 3600,
'priority' : -50,
'slow' : true,
}