From 28af7170789c4c1db8e4c4fb6bb11923604fa871 Mon Sep 17 00:00:00 2001 From: "Gareth J. Greenaway" Date: Mon, 15 Apr 2019 09:22:58 -0700 Subject: [PATCH] Marking the two tests in test_gce as flaky. --- tests/integration/cloud/clouds/test_gce.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/integration/cloud/clouds/test_gce.py b/tests/integration/cloud/clouds/test_gce.py index 6a02ab26f278..26ed517eb462 100644 --- a/tests/integration/cloud/clouds/test_gce.py +++ b/tests/integration/cloud/clouds/test_gce.py @@ -14,7 +14,7 @@ # Import Salt Testing Libs from tests.support.case import ShellCase from tests.support.paths import FILES -from tests.support.helpers import expensiveTest, generate_random_name +from tests.support.helpers import expensiveTest, generate_random_name, flaky TIMEOUT = 500 @@ -72,6 +72,7 @@ def setUp(self): .format(provider) ) + @flaky def test_instance(self): ''' Tests creating and deleting an instance on GCE @@ -100,6 +101,7 @@ def test_instance(self): except AssertionError: raise + @flaky def test_instance_extra(self): ''' Tests creating and deleting an instance on GCE