Skip to content

Commit

Permalink
vagrant(arch): mark TEST-50-DISSECT as flaky
Browse files Browse the repository at this point in the history
Until systemd/systemd#28141 is resolved.
  • Loading branch information
mrc0mmand committed Oct 2, 2023
1 parent 0f40c26 commit 90689e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vagrant/test_scripts/test-arch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ exectask "setup-the-base-image" "make -C test/TEST-01-BASIC clean setup TESTDIR=
EXECUTED_LIST=()
FLAKE_LIST=(
"test/TEST-16-EXTEND-TIMEOUT" # flaky test
"test/TEST-25-IMPORT" # flaky when paralellized (systemd/systemd#13973)
"test/TEST-25-IMPORT" # flaky when parallelized (systemd/systemd#13973)
"test/TEST-50-DISSECT" # flaky, see systemd/systemd#28141
)
SKIP_LIST=(
"test/TEST-61-UNITTESTS-QEMU" # redundant test, runs the same tests as TEST-02, but only QEMU (systemd/systemd#19969)
Expand Down

0 comments on commit 90689e1

Please sign in to comment.