mirror of
https://github.com/systemd/systemd.git
synced 2025-01-13 17:18:18 +03:00
TEST-21-DFUZZER: Stop marking as slow
This was a workaround to not run TEST-21-DFUZZER without sanitizers. Now that we're going to get sanitizer support, let's run it by default again.
This commit is contained in:
parent
e690a8cd09
commit
605d72cb14
test
@ -5,7 +5,6 @@ integration_tests += [
|
||||
'name' : fs.name(meson.current_source_dir()),
|
||||
'timeout' : 3600,
|
||||
'priority' : 50,
|
||||
'slow' : true,
|
||||
'vm' : true,
|
||||
},
|
||||
]
|
||||
|
@ -281,7 +281,6 @@ integration_test_template = {
|
||||
'storage' : 'volatile',
|
||||
'priority' : 0,
|
||||
'firmware' : 'linux',
|
||||
'slow' : false,
|
||||
'enabled' : true,
|
||||
'configuration' : {
|
||||
'memory-accounting' : 'no',
|
||||
@ -404,10 +403,6 @@ foreach integration_test : integration_tests
|
||||
install_data(integration_test_unit, install_dir : testdata_dir / 'units')
|
||||
endif
|
||||
|
||||
if integration_test['slow']
|
||||
integration_test_args += ['--slow']
|
||||
endif
|
||||
|
||||
if integration_test['vm']
|
||||
integration_test_args += ['--vm']
|
||||
endif
|
||||
@ -440,10 +435,6 @@ foreach integration_test : integration_tests
|
||||
integration_test_env += {'SYSTEMD_INTEGRATION_TESTS': '1'}
|
||||
endif
|
||||
|
||||
if want_slow_tests
|
||||
integration_test_env += {'SYSTEMD_SLOW_TESTS': '1'}
|
||||
endif
|
||||
|
||||
if not integration_test['enabled']
|
||||
continue
|
||||
endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user