aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/base-images/base-builder/detect_repo_test.py
diff options
context:
space:
mode:
authorGravatar jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>2020-12-18 10:44:12 -0800
committerGravatar GitHub <noreply@github.com>2020-12-18 10:44:12 -0800
commitd8546a88b380a6e1d6f86a486bf7acea97723486 (patch)
tree9451da17af4a4b3a009ad8231abb8b5bfe3c14d3 /infra/base-images/base-builder/detect_repo_test.py
parentc2165341d2ccf09a50e239b3e2902b4c4426d088 (diff)
[infra] Mark more tests as integration (#4869)
Diffstat (limited to 'infra/base-images/base-builder/detect_repo_test.py')
-rw-r--r--infra/base-images/base-builder/detect_repo_test.py2
1 files changed, 2 insertions, 0 deletions
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."""