From 0191af1423936af4263084a15c94bbb1ca9b6b0f Mon Sep 17 00:00:00 2001 From: Daniel Wallace Date: Wed, 22 Aug 2018 11:07:02 -0500 Subject: [PATCH] flaky tests are flaky yo --- tests/integration/shell/test_call.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/integration/shell/test_call.py b/tests/integration/shell/test_call.py index cbed892c50..8eecf87c3b 100644 --- a/tests/integration/shell/test_call.py +++ b/tests/integration/shell/test_call.py @@ -161,6 +161,7 @@ class CallTest(ShellCase, testprogram.TestProgramCase, ShellCaseCommonTestsMixin self.assertTrue(True in ['returnTOmaster' in a for a in master_out]) @skipIf(sys.platform.startswith('win'), 'This test does not apply on Win') + @flaky def test_issue_2731_masterless(self): root_dir = os.path.join(TMP, 'issue-2731') config_dir = os.path.join(root_dir, 'conf') @@ -366,6 +367,7 @@ class CallTest(ShellCase, testprogram.TestProgramCase, ShellCaseCommonTestsMixin if os.path.isdir(config_dir): shutil.rmtree(config_dir) + @flaky def test_issue_15074_output_file_append(self): output_file_append = os.path.join(TMP, 'issue-15074') try: