]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: Remove flaky test comments
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Sun, 5 May 2024 19:32:49 +0000 (21:32 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 6 May 2024 08:56:54 +0000 (10:56 +0200)
These two tests don't seem to fail in CI, so let's remove the comments
about flakyness.

test/meson.build

index f93137c07a1a2ec6fedcd1005c3579278a4d5331..9dac6c0e6cb51e5a2d29a39cbc6dc2e63c1c1653 100644 (file)
@@ -356,7 +356,7 @@ integration_tests = {
         '13': 'TEST-13-NSPAWN',
         '15': 'TEST-15-DROPIN',
         '16': 'TEST-16-EXTEND-TIMEOUT',
-        '17': 'TEST-17-UDEV', # Can be flaky when overloaded if timeout abort test is slow
+        '17': 'TEST-17-UDEV',
         '18': 'TEST-18-FAILUREACTION',
         '19': 'TEST-19-CGROUP',
         # '21': 'TEST-21-DFUZZER',
@@ -383,7 +383,6 @@ integration_tests = {
         # '54': 'TEST-54-CREDS',
         # '55': 'TEST-55-OOMD',
         # '58': 'TEST-58-REPART',
-        # Can be flaky when overloaded if daemon-reload is too slow to be rate-limited
         '59': 'TEST-59-RELOADING-RESTART',
         '60': 'TEST-60-MOUNT-RATELIMIT',
         '62': 'TEST-62-RESTRICT-IFACES',