summaryrefslogtreecommitdiffstats
path: root/test/meson.build
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2024-05-31 19:44:05 +0200
committerGitHub <noreply@github.com>2024-05-31 19:44:05 +0200
commitf4a0dd0ef6a3f456b93fb48c077d7ef16b6b1f08 (patch)
tree8d2db5051eee74f5716e1f7b670b479250422346 /test/meson.build
parentMerge pull request #33126 from keszybz/revert-ci-workaround (diff)
parentci: Build Fedora rawhide with sanitizers in mkosi (diff)
downloadsystemd-f4a0dd0ef6a3f456b93fb48c077d7ef16b6b1f08.tar.xz
systemd-f4a0dd0ef6a3f456b93fb48c077d7ef16b6b1f08.zip
Merge pull request #33105 from DaanDeMeyer/sanitizers
Sanitizers
Diffstat (limited to 'test/meson.build')
-rw-r--r--test/meson.build9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/meson.build b/test/meson.build
index c767b4c64a..173d90cc8e 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -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