Skip to content

Commit c51b372

Browse files
authored
[WP] Mark TestProcessExit/exit-signaled as not flaky (#52077)
### What does this PR do? Mark TestProcessExit/exit-signaled as not flaky ### Motivation ### Describe how you validated your changes ### Additional Notes Co-authored-by: sylvain.baubeau <sylvain.baubeau@datadoghq.com>
1 parent 978314e commit c51b372

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pkg/security/tests/process_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1884,7 +1884,6 @@ func TestProcessExit(t *testing.T) {
18841884

18851885
t.Run("exit-signaled", func(t *testing.T) {
18861886
SkipIfNotAvailable(t)
1887-
flake.MarkOnJobName(t, "ubuntu_25.10")
18881887

18891888
test.WaitSignalFromRule(t, func() error {
18901889
args := []string{"--preserve-status", "--signal=SIGTERM", "2", sleepExec, "9"}

0 commit comments

Comments
 (0)