summaryrefslogtreecommitdiff
path: root/tests/artifactcache/push.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/artifactcache/push.py')
-rw-r--r--tests/artifactcache/push.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/artifactcache/push.py b/tests/artifactcache/push.py
index 9b976c490..da658f76b 100644
--- a/tests/artifactcache/push.py
+++ b/tests/artifactcache/push.py
@@ -124,8 +124,6 @@ def _test_push(user_config_file, project_dir, element_name, queue):
# This is duplicated from Pipeline.resolve_elements()
# as this test does not use the cli frontend.
for e in element.dependencies(Scope.ALL):
- # Preflight
- e._preflight()
# Determine initial element state.
e._update_state()