[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:
co-authored by
Seth Michael Larson
parent
d08860a357
commit
acc37ea1e4
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user