From d8546a88b380a6e1d6f86a486bf7acea97723486 Mon Sep 17 00:00:00 2001 From: jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com> Date: Fri, 18 Dec 2020 10:44:12 -0800 Subject: [infra] Mark more tests as integration (#4869) --- infra/base-images/base-builder/detect_repo_test.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'infra/base-images/base-builder/detect_repo_test.py') diff --git a/infra/base-images/base-builder/detect_repo_test.py b/infra/base-images/base-builder/detect_repo_test.py index 96f4c9ec..21f64af4 100644 --- a/infra/base-images/base-builder/detect_repo_test.py +++ b/infra/base-images/base-builder/detect_repo_test.py @@ -36,6 +36,8 @@ import test_repos # pylint: enable=wrong-import-position +@unittest.skipIf(not os.getenv('INTEGRATION_TESTS'), + 'INTEGRATION_TESTS=1 not set') class DetectRepoIntegrationTest(unittest.TestCase): """Class to test the functionality of the detect_repo module.""" -- cgit v1.2.3