Skip to content

Commit

Permalink
Skip flaky PSM launch test (#2822)
Browse files Browse the repository at this point in the history
  • Loading branch information
EzraBrooks committed Apr 30, 2024
1 parent 7d2ae82 commit f880329
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,15 @@ def generate_test_description():


class TestGTestWaitForCompletion(unittest.TestCase):
@unittest.skip("Flaky test on humble, see moveit2#2821")
# Waits for test to complete, then waits a bit to make sure result files are generated
def test_gtest_run_complete(self, psm_gtest):
self.proc_info.assertWaitForShutdown(psm_gtest, timeout=4000.0)


@launch_testing.post_shutdown_test()
class TestGTestProcessPostShutdown(unittest.TestCase):
@unittest.skip("Flaky test on humble, see moveit2#2821")
# Checks if the test has been completed with acceptable exit codes (successful codes)
def test_gtest_pass(self, proc_info, psm_gtest):
launch_testing.asserts.assertExitCodes(proc_info, process=psm_gtest)

0 comments on commit f880329

Please sign in to comment.