[7.x] Skip the snapshot/clone/10_basic[1] test for now

Co-authored-by: Seth Michael Larson <[email protected]>
This commit is contained in:
github-actions[bot]
2020-10-29 09:13:28 -05:00
committed by GitHub
co-authored by Seth Michael Larson
parent d08860a357
commit acc37ea1e4
3 changed files with 19 additions and 12 deletions
+1 -2
View File
@@ -64,8 +64,7 @@ def fetch_es_repo():
# fetch new commits to be sure...
print("Fetching elasticsearch repo...")
subprocess.check_call(
"cd %s && git fetch https://github.com/elasticsearch/elasticsearch.git"
% repo_path,
"cd %s && git fetch https://github.com/elastic/elasticsearch.git" % repo_path,
shell=True,
)
# reset to the version from info()