Skip to content

Commit

Permalink
Mark the onboarding zombies test as flaky for python (#3493)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevingosse authored Nov 19, 2024
1 parent 15085dd commit 072d50a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/auto_inject/test_auto_inject_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ class TestContainerAutoInjectInstallScriptCrashTracking_NoZombieProcess(base.Aut
],
reason="Zombies only appears in containers",
)
@flaky(library="python", reason="APMLP-313")
def test_crash_no_zombie(self, virtual_machine):
vm_ip = virtual_machine.get_ip()
vm_port = virtual_machine.deffault_open_port
Expand Down

0 comments on commit 072d50a

Please sign in to comment.